From 59942100ce0d53a2d6fc696c28301649944b0cce Mon Sep 17 00:00:00 2001 From: "Jun.Wang" Date: Wed, 29 Jan 2020 17:36:28 +0000 Subject: [PATCH 01/11] update parallel netcdf module files on dell --- .gitmodules | 4 ++-- modulefiles/wcoss_dell_p3/fv3 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index dade981c8e..e9adf4406f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NOAA-EMC/fv3atm - branch = develop + url = https://github.com/junwang-noaa/fv3atm + branch = netcdf_parallel [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/modulefiles/wcoss_dell_p3/fv3 b/modulefiles/wcoss_dell_p3/fv3 index a741fb254a..4f982b23f5 100644 --- a/modulefiles/wcoss_dell_p3/fv3 +++ b/modulefiles/wcoss_dell_p3/fv3 @@ -18,8 +18,6 @@ module-whatis "loads NEMS FV3 prerequisites on Venus and Mars" module load ips/18.0.1.163 module load impi/18.0.1 module load lsf/10.1 -module load NetCDF/4.5.0 -module load HDF5-serial/1.10.1 module load cmake/3.10.0 module load lsf/10.1 @@ -42,9 +40,11 @@ module load libpng/1.2.59 module load zlib/1.2.11 # load post lib -module load post/8.0.1 +module load post/8.0.4 module use /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles +module load hdf5_parallel/1.10.6 +module load netcdf_parallel/4.7.4 module load esmf/8.0.0 ## From 4ffeb5911c5749db9f92ad2adacf36c5b55e3994 Mon Sep 17 00:00:00 2001 From: "Jun.Wang" Date: Wed, 29 Jan 2020 17:40:32 +0000 Subject: [PATCH 02/11] update fv3 to netcdf_parallel branch --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 7ffe6471c2..98948bddf6 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 7ffe6471c20404091fbbf8f321fbb9ee84a4f36d +Subproject commit 98948bddf6571abf61e4966c803d7b9f8371a4af From 4c33911a7a27ad2953da5ea3b67f0367f6ee0f53 Mon Sep 17 00:00:00 2001 From: "Jun.Wang" Date: Fri, 31 Jan 2020 03:40:17 +0000 Subject: [PATCH 03/11] update module files for hera, dell and conf file for cray --- FV3 | 2 +- conf/configure.fv3.wcoss_cray | 2 +- modulefiles/hera.intel/fv3 | 6 ++++-- modulefiles/wcoss_dell_p3/fv3 | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/FV3 b/FV3 index 98948bddf6..a0f9ffa706 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 98948bddf6571abf61e4966c803d7b9f8371a4af +Subproject commit a0f9ffa7063893dfaa01fda59649aabc4c326c25 diff --git a/conf/configure.fv3.wcoss_cray b/conf/configure.fv3.wcoss_cray index 038c9faf6f..ace33612b3 100644 --- a/conf/configure.fv3.wcoss_cray +++ b/conf/configure.fv3.wcoss_cray @@ -47,7 +47,7 @@ CFLAGS := $(INCLUDE) FFLAGS := $(INCLUDE) -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte CPPDEFS += -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -CPPDEFS += -DNEW_TAUCTMAX -DINTERNAL_FILE_NML +CPPDEFS += -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF ifeq ($(HYDRO),Y) CPPDEFS += diff --git a/modulefiles/hera.intel/fv3 b/modulefiles/hera.intel/fv3 index a369558fd8..4dd1156883 100644 --- a/modulefiles/hera.intel/fv3 +++ b/modulefiles/hera.intel/fv3 @@ -42,14 +42,16 @@ module load jasper/1.900.1 module load png/1.2.44 module load z/1.2.11 ## load modules for nceppost grib -module load post/8.0.1 +module load post/8.0.4 ## ## load ESMF library for above compiler / MPI combination ## use pre-compiled EMSF library for above compiler / MPI combination ## module use -a /scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -module load esmf/8.0.0 +module load hdf5_parallel/1.10.6 +module load netcdf_parallel/4.7.4 +module load esmf/8.0.0_ParallelNetCDF ## ## load cmake diff --git a/modulefiles/wcoss_dell_p3/fv3 b/modulefiles/wcoss_dell_p3/fv3 index 4f982b23f5..6bc155306a 100644 --- a/modulefiles/wcoss_dell_p3/fv3 +++ b/modulefiles/wcoss_dell_p3/fv3 @@ -45,7 +45,7 @@ module load post/8.0.4 module use /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles module load hdf5_parallel/1.10.6 module load netcdf_parallel/4.7.4 -module load esmf/8.0.0 +module load esmf/8.0.0_ParallelNetCDF ## ## load cmake From c6a6aa8effed8e6093bcdaaba1d3c9288019691c Mon Sep 17 00:00:00 2001 From: "Jun.Wang" Date: Fri, 31 Jan 2020 11:17:47 +0000 Subject: [PATCH 04/11] update post lib in cray module file --- modulefiles/wcoss_cray/fv3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/wcoss_cray/fv3 b/modulefiles/wcoss_cray/fv3 index 0dbab1575d..6e847c118c 100644 --- a/modulefiles/wcoss_cray/fv3 +++ b/modulefiles/wcoss_cray/fv3 @@ -47,7 +47,7 @@ module load w3emc/2.3.1 module load nemsio/2.2.4 #post lib -module load post/8.0.1 +module load post/8.0.4 ## WCOSS Cray execution prereqs: module load rca From 1e7225d89376bb9070ddfed59a678895a916c57e Mon Sep 17 00:00:00 2001 From: Jun Wang Date: Fri, 31 Jan 2020 20:17:14 +0000 Subject: [PATCH 05/11] fix netlib on hera --- conf/configure.fv3.hera.intel | 2 +- modulefiles/hera.intel/fv3 | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/configure.fv3.hera.intel b/conf/configure.fv3.hera.intel index 12daa6ad14..06a28ec24d 100644 --- a/conf/configure.fv3.hera.intel +++ b/conf/configure.fv3.hera.intel @@ -54,7 +54,7 @@ NETCDF_INC = -I$(NETCDF_ROOT)/include ifneq ($(findstring netcdf/4,$(LOADEDMODULES)),) NETCDF_LIB += -L$(NETCDF)/lib -lnetcdff -lnetcdf else - NETCDF_LIB += -L$(NETCDF)/lib -lnetcdff -lnetcdf + NETCDF_LIB = -L$(NETCDF)/lib -lnetcdff -lnetcdf endif FPPFLAGS := -fpp -Wp,-w $(INCLUDE) diff --git a/modulefiles/hera.intel/fv3 b/modulefiles/hera.intel/fv3 index 4dd1156883..b65ad24477 100644 --- a/modulefiles/hera.intel/fv3 +++ b/modulefiles/hera.intel/fv3 @@ -23,7 +23,6 @@ module load contrib sutils ## module load intel/18.0.5.274 module load impi/2018.0.4 -module load netcdf/4.7.0 ## ## NCEP libraries (temporary version to match the CCPP requirements) From eb58daaabe1d0322c7b82edc2de0ed7c90b98198 Mon Sep 17 00:00:00 2001 From: Dusan Jovic Date: Mon, 3 Feb 2020 14:27:57 +0000 Subject: [PATCH 06/11] Update FV3 submodule --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index a0f9ffa706..715f1aeb9d 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit a0f9ffa7063893dfaa01fda59649aabc4c326c25 +Subproject commit 715f1aeb9de2a8ecce53135138c37c8f58cc4e73 From d13dcf9e8db01e7bb50eff019a403114736bbb8f Mon Sep 17 00:00:00 2001 From: Dusan Jovic Date: Mon, 3 Feb 2020 14:30:10 +0000 Subject: [PATCH 07/11] Update baselines to develop-20200202 --- compsets/hera.input | 4 ++-- compsets/wcoss.input | 16 ++++++++-------- tests/rt.sh | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/compsets/hera.input b/compsets/hera.input index e50bb01c05..f95c932bde 100644 --- a/compsets/hera.input +++ b/compsets/hera.input @@ -31,8 +31,8 @@ platform hera.intel { # INPUTS is the input directory, which should contain fix and parm # files, plus any restarts or other inputs. - BASELINE="/scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115" - BASELINE_TEMPLATE="/scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115" + BASELINE="/scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202" + BASELINE_TEMPLATE="/scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202" INPUTS="@[BASELINE]" default_resources={ diff --git a/compsets/wcoss.input b/compsets/wcoss.input index 01b698ace8..4d87d5a985 100644 --- a/compsets/wcoss.input +++ b/compsets/wcoss.input @@ -28,8 +28,8 @@ platform wcoss.phase2 { LONG_TEST_QUEUE='&LONGQ;' BUILD_QUEUE='&BUILDQ;' MACHINE_ID='wcoss.phase2' - BASELINE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115" - BASELINE_TEMPLATE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115" + BASELINE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202" + BASELINE_TEMPLATE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202" default_resources={ TASKS=156 @@ -126,8 +126,8 @@ platform wcoss.phase1 { C768_THRD=1 MACHINE_ID='wcoss.phase1' - BASELINE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115" - BASELINE_TEMPLATE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115" + BASELINE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202" + BASELINE_TEMPLATE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202" # WCOSS Phase 2 has been slow of late. DEFAULT_TEST_WALLTIME=2700 @@ -213,8 +213,8 @@ platform wcoss_dell_p3 { LONG_TEST_QUEUE='&LONGQ;' BUILD_QUEUE='&BUILDQ;' - BASELINE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/" - BASELINE_TEMPLATE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/" + BASELINE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/" + BASELINE_TEMPLATE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/" default_resources={ TASKS=156 @@ -314,8 +314,8 @@ platform wcoss.cray { BUILD_WALLTIME="3600" DEFAULT_TEST_WALLTIME=1800 - BASELINE="/gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115" - BASELINE_TEMPLATE="/gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115" + BASELINE="/gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202" + BASELINE_TEMPLATE="/gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202" execution_time_modules=[[[ module load alps diff --git a/tests/rt.sh b/tests/rt.sh index d2a84026ce..35e50f1d72 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -374,9 +374,9 @@ while getopts ":cfsl:mkreh" opt; do done if [[ $MACHINE_ID = cheyenne.* ]]; then - RTPWD=${RTPWD:-$DISKNM/develop-20200115/${COMPILER^^}} + RTPWD=${RTPWD:-$DISKNM/develop-20200202/${COMPILER^^}} else - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200115} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200202} fi shift $((OPTIND-1)) From 9ea77dbef4e5a75161bc5b9d8368d3deb3428c87 Mon Sep 17 00:00:00 2001 From: Dusan Jovic Date: Mon, 3 Feb 2020 21:54:52 +0000 Subject: [PATCH 08/11] Regtest logs on wcoss_dell_p3 --- .../build_fv3.exe.log | 1200 ++++----- .../build_fv3_32bit.exe.log | 1198 ++++----- .../build_fv3_appbuilder.exe.log | 1094 ++++----- .../build_fv3_ww3.exe.log | 1387 +++++------ log/report-wcoss_dell_p3-log/rtreport.txt | 314 +-- tests/Compile_wcoss_dell_p3.log | 2150 ++++++++--------- tests/RegressionTests_wcoss_dell_p3.log | 138 +- 7 files changed, 3748 insertions(+), 3733 deletions(-) diff --git a/log/report-wcoss_dell_p3-log/build_fv3.exe.log b/log/report-wcoss_dell_p3-log/build_fv3.exe.log index 8f3b5896f2..3fef4b30e0 100644 --- a/log/report-wcoss_dell_p3-log/build_fv3.exe.log +++ b/log/report-wcoss_dell_p3-log/build_fv3.exe.log @@ -1,13 +1,13 @@ + [[ fv3.exe == fv3_32bit.exe ]] + [[ fv3.exe == fv3.exe ]] -+ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3.exe -+ modules=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules.fv3 ++ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3.exe ++ modules=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/include/modules.fv3 + BUILD_NR= -+ fv3=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3.exe ++ fv3=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3.exe + MAKE_OPTS=' ' -+ md5=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3.exe.md5 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/ -+ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules.fv3 ++ md5=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3.exe.md5 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/ ++ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/include/modules.fv3 + which aprun which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/emc-utils-1.0.0/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin) + [[ wcoss_dell_p3 == hera* ]] @@ -16,11 +16,11 @@ which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/us + [[ wcoss_dell_p3 == *jet* ]] ++ echo wcoss_dell_p3 ++ sed 's,\.,_,g' -+ ./compile.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 wcoss_dell_p3 ++ ./compile.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 wcoss_dell_p3 + SECONDS=0 + [[ 2 -lt 2 ]] -+ readonly PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ++ readonly PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 + readonly BUILD_TARGET=wcoss_dell_p3 + BUILD_TARGET=wcoss_dell_p3 + readonly MAKE_OPT= @@ -32,7 +32,7 @@ which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/us + readonly clean_after=YES + clean_after=YES + hostname -m71e11 +m71e1 + echo 'Compiling into fv3.exe on wcoss_dell_p3' Compiling into fv3.exe on wcoss_dell_p3 + gnu_make=gmake @@ -47,7 +47,7 @@ Using $MAKE_THREADS=8 threads to build FV3 and FMS. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. Consider reducing $MAKE_THREADS if you hit memory or process limits. + gnu_make='gmake -j 8' -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../NEMS ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ '' == *\C\C\P\P\=\Y* ]] + [[ '' == *\W\W\3\=\Y* ]] @@ -59,13 +59,13 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_dell_p3 FV3_MAKEOPT= NEMS_BUILDOPT= distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -76,204 +76,204 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_dell_p3 FV3_MAKEOPT= NEMS_BUILDOPT= build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3" -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3 -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/modules.fv3" ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/modules.fv3 +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake all Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) modules.nems + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.4 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) modules.nems -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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. @@ -286,48 +286,48 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -336,14 +336,14 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -353,7 +353,7 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -363,21 +363,21 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -386,80 +386,80 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -468,7 +468,7 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o ar: creating libfms.a a - ../oda_tools/xbt_drop_rate_adjust.o @@ -556,219 +556,219 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on wcoss -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL on wcoss +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) modules.nems + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.4 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) modules.nems -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_cplfields.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_cap_cpl.F90 +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -923,49 +923,50 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +gmake -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -$ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +$ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include] +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Build standalone FV3 io ... -$ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_wrt_grid_comp.F90 -ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o +$ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include] +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.4_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.4_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 +ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o a - FV3GFS_io.o @@ -973,69 +974,70 @@ a - post_gfs.o a - post_nems_routines.o a - module_write_nemsio.o a - module_write_netcdf.o +a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1082,49 +1084,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1157,14 +1159,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1172,51 +1174,51 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; \ gmake nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) modules.nems + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.4 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) modules.nems -build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" @@ -1225,204 +1227,204 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c ENS_CplComp_ESMFMod_STUB.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:13:21 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:13:21 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:13:21 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:13:21 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:13:21 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:13:21 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:13:21 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:13:21 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:13:21 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:41:20 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:13:21 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is -echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.4_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.4_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.4_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe" -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/fv3.exe" ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_dell_p3 FV3_MAKEOPT= NEMS_BUILDOPT= clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -+ elapsed=1029 -+ echo 'Elapsed time 1029 seconds. Compiling finished' -Elapsed time 1029 seconds. Compiling finished -+ mkdir -p /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include -+ cp -fp ./fv3.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3.exe -+ cp -fp ./modules.fv3 /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules.fv3 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' ++ elapsed=934 ++ echo 'Elapsed time 934 seconds. Compiling finished' +Elapsed time 934 seconds. Compiling finished ++ mkdir -p /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/include ++ cp -fp ./fv3.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3.exe ++ cp -fp ./modules.fv3 /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/include/modules.fv3 + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1431,43 +1433,43 @@ Elapsed time 1029 seconds. Compiling finished + unset md5 + set -xe + set -xe -+ test -s /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3.exe -+ test -x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3.exe ++ test -s /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3.exe ++ test -x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 16106089: in cluster Done +Sender: LSF System +Subject: Job 16699470: in cluster Done -Job was submitted from host by user in cluster at Thu Jan 23 21:24:45 2020 -Job was executed on host(s) , in queue , as user in cluster at Thu Jan 23 21:24:47 2020 +Job was submitted from host by user in cluster at Mon Feb 3 18:58:22 2020 +Job was executed on host(s) , in queue , as user in cluster at Mon Feb 3 18:58:24 2020 was used as the home directory. - was used as the working directory. -Started at Thu Jan 23 21:24:47 2020 -Terminated at Thu Jan 23 21:41:57 2020 -Results reported at Thu Jan 23 21:41:57 2020 + was used as the working directory. +Started at Mon Feb 3 18:58:24 2020 +Terminated at Mon Feb 3 19:14:00 2020 +Results reported at Mon Feb 3 19:14:00 2020 Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/src ; ./install.sh fv3.exe" +/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/src ; ./install.sh fv3.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 1529.25 sec. + CPU time : 1350.62 sec. Max Memory : 5255 MB - Average Memory : 1059.06 MB + Average Memory : 913.97 MB Total Requested Memory : 6144.00 MB Delta Memory : 889.00 MB Max Swap : - Max Processes : 33 Max Threads : 42 - Run time : 1030 sec. - Turnaround time : 1032 sec. + Run time : 955 sec. + Turnaround time : 938 sec. The output (if any) is above this job summary. -[Thu Jan 23 21:41:57 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.16106089 file not found or empty. Job is not eligible for ecflow abort notification. +[Mon Feb 3 19:14:00 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.16699470 file not found or empty. Job is not eligible for ecflow abort notification. diff --git a/log/report-wcoss_dell_p3-log/build_fv3_32bit.exe.log b/log/report-wcoss_dell_p3-log/build_fv3_32bit.exe.log index a923a7390f..09b5579d32 100644 --- a/log/report-wcoss_dell_p3-log/build_fv3_32bit.exe.log +++ b/log/report-wcoss_dell_p3-log/build_fv3_32bit.exe.log @@ -1,12 +1,12 @@ + [[ fv3_32bit.exe == fv3_32bit.exe ]] -+ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_32bit.exe -+ modules=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules.fv3_32bit ++ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_32bit.exe ++ modules=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/include/modules.fv3_32bit + BUILD_NR= -+ fv3=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_32bit.exe ++ fv3=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_32bit.exe + MAKE_OPTS=32BIT=Y -+ md5=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_32bit.exe.md5 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/ -+ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_32bit.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules.fv3_32bit ++ md5=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_32bit.exe.md5 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/ ++ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_32bit.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/include/modules.fv3_32bit + which aprun which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/emc-utils-1.0.0/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin) + [[ wcoss_dell_p3 == hera* ]] @@ -15,11 +15,11 @@ which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/us + [[ wcoss_dell_p3 == *jet* ]] ++ echo wcoss_dell_p3 ++ sed 's,\.,_,g' -+ ./compile.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 wcoss_dell_p3 32BIT=Y ++ ./compile.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 wcoss_dell_p3 32BIT=Y + SECONDS=0 + [[ 3 -lt 2 ]] -+ readonly PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ++ readonly PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 + readonly BUILD_TARGET=wcoss_dell_p3 + BUILD_TARGET=wcoss_dell_p3 + readonly MAKE_OPT=32BIT=Y @@ -31,7 +31,7 @@ which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/us + readonly clean_after=YES + clean_after=YES + hostname -m71e2 +m71e8 + echo 'Compiling 32BIT=Y into fv3.exe on wcoss_dell_p3' Compiling 32BIT=Y into fv3.exe on wcoss_dell_p3 + gnu_make=gmake @@ -46,7 +46,7 @@ Using $MAKE_THREADS=8 threads to build FV3 and FMS. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. Consider reducing $MAKE_THREADS if you hit memory or process limits. + gnu_make='gmake -j 8' -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../NEMS ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] + [[ 32BIT=Y == *\W\W\3\=\Y* ]] @@ -58,13 +58,13 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_dell_p3 FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -75,208 +75,208 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -E four_to_grid_stochy.F > four_to_grid_stochy.f Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -GNUmakefile:16: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +GNUmakefile:16: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory Components in linker order: FV3 FMS FV3: include GNUmakefile:70: : component FV3 makefile fragment is missing FMS: include GNUmakefile:70: : component FMS makefile fragment is missing -gmake[1]: *** No rule to make target `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk'. -gmake[1]: Failed to remake makefile `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk'. +gmake[1]: *** No rule to make target `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk'. +gmake[1]: Failed to remake makefile `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk'. rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_dell_p3 FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3" -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3 -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/modules.fv3" ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/modules.fv3 +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y all Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) modules.nems + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.4 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) modules.nems -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -289,13 +289,13 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -304,33 +304,33 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_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 -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -339,14 +339,14 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_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 -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_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 -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/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 -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -356,7 +356,7 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/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 -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -366,103 +366,103 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_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 -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_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 -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_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 -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -471,7 +471,7 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o ar: creating libfms.a a - ../oda_tools/xbt_drop_rate_adjust.o @@ -559,219 +559,219 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Compiling 32BIT=Y into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on wcoss -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall +mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +Compiling 32BIT=Y into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL on wcoss +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) modules.nems + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.4 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) modules.nems -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_cplfields.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_cap_cpl.F90 +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -926,49 +926,50 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +gmake -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -$ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +$ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include] +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Build standalone FV3 io ... -$ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_wrt_grid_comp.F90 -ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o +$ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include] +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.4_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.4_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 +ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o a - FV3GFS_io.o @@ -976,69 +977,70 @@ a - post_gfs.o a - post_nems_routines.o a - module_write_nemsio.o a - module_write_netcdf.o +a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1085,49 +1087,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1160,14 +1162,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1175,51 +1177,51 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; \ gmake nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) modules.nems + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.4 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) modules.nems -build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" @@ -1228,204 +1230,204 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c ENS_CplComp_ESMFMod_STUB.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:56:37 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:56:37 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:56:37 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:56:37 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:56:37 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:56:37 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:56:37 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:56:37 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:56:37 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 21:22:22 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:56:37 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is -echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.4_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.4_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.4_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe" -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/fv3.exe" ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_dell_p3 FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -+ elapsed=1035 -+ echo 'Elapsed time 1035 seconds. Compiling 32BIT=Y finished' -Elapsed time 1035 seconds. Compiling 32BIT=Y finished -+ mkdir -p /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include -+ cp -fp ./fv3.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_32bit.exe -+ cp -fp ./modules.fv3 /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules.fv3_32bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' ++ elapsed=1380 ++ echo 'Elapsed time 1380 seconds. Compiling 32BIT=Y finished' +Elapsed time 1380 seconds. Compiling 32BIT=Y finished ++ mkdir -p /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/include ++ cp -fp ./fv3.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_32bit.exe ++ cp -fp ./modules.fv3 /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/include/modules.fv3_32bit + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1434,43 +1436,43 @@ Elapsed time 1035 seconds. Compiling 32BIT=Y finished + unset md5 + set -xe + set -xe -+ test -s /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_32bit.exe -+ test -x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_32bit.exe ++ test -s /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_32bit.exe ++ test -x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_32bit.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 16105626: in cluster Done +Sender: LSF System +Subject: Job 16698701: in cluster Done -Job was submitted from host by user in cluster at Thu Jan 23 21:05:41 2020 -Job was executed on host(s) , in queue , as user in cluster at Thu Jan 23 21:05:43 2020 +Job was submitted from host by user in cluster at Mon Feb 3 18:34:13 2020 +Job was executed on host(s) , in queue , as user in cluster at Mon Feb 3 18:34:14 2020 was used as the home directory. - was used as the working directory. -Started at Thu Jan 23 21:05:43 2020 -Terminated at Thu Jan 23 21:23:00 2020 -Results reported at Thu Jan 23 21:23:00 2020 + was used as the working directory. +Started at Mon Feb 3 18:34:14 2020 +Terminated at Mon Feb 3 18:57:17 2020 +Results reported at Mon Feb 3 18:57:17 2020 Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/src ; ./install.sh fv3_32bit.exe" +/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/src ; ./install.sh fv3_32bit.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 1519.43 sec. + CPU time : 1521.81 sec. Max Memory : 5255 MB - Average Memory : 921.97 MB + Average Memory : 701.43 MB Total Requested Memory : 6144.00 MB Delta Memory : 889.00 MB Max Swap : - Max Processes : 33 Max Threads : 42 - Run time : 1065 sec. - Turnaround time : 1039 sec. + Run time : 1382 sec. + Turnaround time : 1384 sec. The output (if any) is above this job summary. -[Thu Jan 23 21:23:00 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.16105626 file not found or empty. Job is not eligible for ecflow abort notification. +[Mon Feb 3 18:57:17 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.16698701 file not found or empty. Job is not eligible for ecflow abort notification. diff --git a/log/report-wcoss_dell_p3-log/build_fv3_appbuilder.exe.log b/log/report-wcoss_dell_p3-log/build_fv3_appbuilder.exe.log index 625779c175..50625705dc 100644 --- a/log/report-wcoss_dell_p3-log/build_fv3_appbuilder.exe.log +++ b/log/report-wcoss_dell_p3-log/build_fv3_appbuilder.exe.log @@ -2,397 +2,397 @@ + [[ fv3_appbuilder.exe == fv3.exe ]] + [[ fv3_appbuilder.exe == fv3_ww3.exe ]] + [[ fv3_appbuilder.exe == fv3_appbuilder.exe ]] -+ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_appbuilder.exe -+ md5sum=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_appbuilder.exe.md5 ++ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_appbuilder.exe ++ md5sum=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_appbuilder.exe.md5 + OPTS=app=standaloneFV3 -+ mkdir -p /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include -+ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_appbuilder.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules_appbuilder.fv3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model ++ mkdir -p /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/include ++ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_appbuilder.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/include/modules_appbuilder.fv3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model + which aprun which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/emc-utils-1.0.0/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin) + ./NEMS/NEMSAppBuilder rebuild app=standaloneFV3 ls: cannot access ../conf/component_*.mk: No such file or directory NEMSAppBuilder: make app=standaloneFV3 distclean -Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder -...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/standaloneFV3.appBuilder +...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/standaloneFV3.appBuilder.mk +Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/standaloneFV3.appBuilder.mk +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec make -f makefile.temp.clean clean -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec make \ +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test_results.mk NEMSAppBuilder: make app=standaloneFV3 build -Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder -...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/standaloneFV3.appBuilder +...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/standaloneFV3.appBuilder.mk +Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/standaloneFV3.appBuilder.mk +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +make -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec make all Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) modules.nems + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.4 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) modules.nems -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o 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 @@ -480,219 +480,219 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on wcoss -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL on wcoss +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) modules.nems + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.4 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) modules.nems -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Building dependencies ... -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +make -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_cplfields.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_cap_cpl.F90 +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +make -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -847,49 +847,50 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +make -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +make -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -$ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +$ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include] +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Build standalone FV3 io ... -$ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_wrt_grid_comp.F90 -ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o +$ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include] +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.4_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.4_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 +ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o a - FV3GFS_io.o @@ -897,69 +898,70 @@ a - post_gfs.o a - post_nems_routines.o a - module_write_nemsio.o a - module_write_netcdf.o +a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1006,49 +1008,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1081,14 +1083,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c fv3_cap.F90 +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +make libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1096,51 +1098,51 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +make esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; \ make nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) modules.nems + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.4 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) modules.nems -build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" @@ -1149,110 +1151,110 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c ENS_CplComp_ESMFMod_STUB.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 20:14:15 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 20:14:15 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 20:14:15 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 20:14:15 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 20:14:15 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 20:14:15 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 20:14:15 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 20:14:15 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 20:14:15 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:28:55 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 20:14:15 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is -echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.4_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.4_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.4_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src -+ cp -fp ../exe/NEMS.x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_appbuilder.exe -+ cp -fp conf/modules.nems /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules_appbuilder.fv3 -+ md5sum /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_appbuilder.exe +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ++ cp -fp ../exe/NEMS.x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_appbuilder.exe ++ cp -fp conf/modules.nems /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/include/modules_appbuilder.fv3 ++ md5sum /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_appbuilder.exe + unset md5sum + unset OPTS + set -xe + set -xe -+ test -s /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_appbuilder.exe -+ test -x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_appbuilder.exe ++ test -s /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_appbuilder.exe ++ test -x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_appbuilder.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 16107482: in cluster Done +Sender: LSF System +Subject: Job 16701129: in cluster Done -Job was submitted from host by user in cluster at Thu Jan 23 22:10:09 2020 -Job was executed on host(s) , in queue , as user in cluster at Thu Jan 23 22:10:11 2020 +Job was submitted from host by user in cluster at Mon Feb 3 19:44:52 2020 +Job was executed on host(s) , in queue , as user in cluster at Mon Feb 3 19:44:54 2020 was used as the home directory. - was used as the working directory. -Started at Thu Jan 23 22:10:11 2020 -Terminated at Thu Jan 23 22:29:32 2020 -Results reported at Thu Jan 23 22:29:32 2020 + was used as the working directory. +Started at Mon Feb 3 19:44:54 2020 +Terminated at Mon Feb 3 20:14:52 2020 +Results reported at Mon Feb 3 20:14:52 2020 Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/src ; ./install.sh fv3_appbuilder.exe" +/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/src ; ./install.sh fv3_appbuilder.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 1138.86 sec. + CPU time : 1152.84 sec. Max Memory : 5255 MB - Average Memory : 695.15 MB + Average Memory : 349.96 MB Total Requested Memory : 6144.00 MB Delta Memory : 889.00 MB Max Swap : - Max Processes : 12 Max Threads : 14 - Run time : 1166 sec. - Turnaround time : 1163 sec. + Run time : 1809 sec. + Turnaround time : 1800 sec. The output (if any) is above this job summary. -[Thu Jan 23 22:29:32 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.16107482 file not found or empty. Job is not eligible for ecflow abort notification. +[Mon Feb 3 20:14:52 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.16701129 file not found or empty. Job is not eligible for ecflow abort notification. diff --git a/log/report-wcoss_dell_p3-log/build_fv3_ww3.exe.log b/log/report-wcoss_dell_p3-log/build_fv3_ww3.exe.log index 5bc8e57a32..5ac5b9ac85 100644 --- a/log/report-wcoss_dell_p3-log/build_fv3_ww3.exe.log +++ b/log/report-wcoss_dell_p3-log/build_fv3_ww3.exe.log @@ -1,27 +1,27 @@ + [[ fv3_ww3.exe == fv3_32bit.exe ]] + [[ fv3_ww3.exe == fv3.exe ]] + [[ fv3_ww3.exe == fv3_ww3.exe ]] -+ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_ww3.exe -+ md5sum=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_ww3.exe.md5 ++ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_ww3.exe ++ md5sum=/gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_ww3.exe.md5 + OPTS=app=coupledFV3_WW3 -+ mkdir -p /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include -+ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_ww3.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules_fv3_ww3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model ++ mkdir -p /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/include ++ rm -f /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_ww3.exe /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/include/modules_fv3_ww3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model + which aprun which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/emc-utils-1.0.0/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin) + ./NEMS/NEMSAppBuilder rebuild app=coupledFV3_WW3 ls: cannot access ../conf/component_*.mk: No such file or directory NEMSAppBuilder: make app=coupledFV3_WW3 distclean -Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder -...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -echo 'FMS FV3 WW3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/coupledFV3_WW3.appBuilder +...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +echo 'FMS FV3 WW3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec make -f makefile.temp.clean clean -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -32,441 +32,441 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec make \ +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_dell_p3" ; \ +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_dell_p3" ; \ export ESMFMKFILE=/dev/null ; \ exec make distclean Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) modules.nems + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.4 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) modules.nems -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' -\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_clean -c +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/esmf' +\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_clean -c ***************************** *** WAVEWATCH III clean *** ***************************** - Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp - Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin - Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn - Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/aux - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_SEQ - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj_HYB - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj_SEQ - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp - Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/exe - Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/../regtests -\rm -fr /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp -\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/wwatch3.env -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' -cd "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model" ; \ + Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp + Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin + Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn + Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/aux + Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod + Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB + Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_SEQ + Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/obj + Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/obj_HYB + Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/obj_SEQ + Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp + Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin + Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/exe + Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/../regtests +\rm -fr /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp +\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/wwatch3.env +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/esmf' +cd "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model" ; \ rm -rf exe mod* obj* tmp ftn/makefile ftn/makefile_DIST \ ftn/makefile_SHRD esmf/wwatch3.env aux/makefile \ bin/link bin/comp ; \ find . -name '*.o' -o -name '*.mod' -o -name '*.a' \ | xargs rm -f -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3 WW3" \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3 WW3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: WW3 FV3 FMS WW3: include -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' GNUmakefile:70: : component WW3 makefile fragment is missing -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test_results.mk NEMSAppBuilder: make app=coupledFV3_WW3 build -Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder -...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -echo 'FMS FV3 WW3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/coupledFV3_WW3.appBuilder +...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +echo 'FMS FV3 WW3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +make -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec make all Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) modules.nems + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.4 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) modules.nems -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/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 -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../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 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o 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 @@ -554,219 +554,219 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on wcoss -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL on wcoss +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) modules.nems + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.4 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) modules.nems -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Building dependencies ... -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +make -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_cplfields.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_cap_cpl.F90 +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +make -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -921,49 +921,50 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +make -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +make -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -$ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +$ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include] +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Build standalone FV3 io ... -$ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_wrt_grid_comp.F90 -ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o +$ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include] +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.4_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.4_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 +ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o a - FV3GFS_io.o @@ -971,69 +972,70 @@ a - post_gfs.o a - post_nems_routines.o a - module_write_nemsio.o a - module_write_netcdf.o +a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1080,49 +1082,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1155,14 +1157,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c fv3_cap.F90 +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +make libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1170,54 +1172,54 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +make esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_dell_p3" ; \ +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_dell_p3" ; \ exec make -j 1 WW3_COMP="wcoss_dell_p3" ww3_nems Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) modules.nems + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.4 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) modules.nems -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf -+ export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL WW3_COMP=wcoss_dell_p3 -+ COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -+ COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/esmf ++ export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL WW3_COMP=wcoss_dell_p3 ++ COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model ++ COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL + WW3_COMP=wcoss_dell_p3 + exec make -j 1 WW3_COMP=wcoss_dell_p3 ww3_nems -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/esmf' ***************************** *** WAVEWATCH III setup *** ***************************** -[INFO] local env file wwatch3.env found in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/wwatch3.env - Setup file /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/wwatch3.env found +[INFO] local env file wwatch3.env found in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/wwatch3.env + Setup file /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/wwatch3.env found Printer (listings) : auxiliary FORTRAN compiler : gfortran auxiliary C compiler : gcc - Source directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model - Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp + Source directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model + Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source code : yes Save listings : yes @@ -1225,31 +1227,31 @@ make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr Compile auxiliary programs -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/aux' -gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3adc w3adc.f -gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3list w3list.f -gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3prnt w3prnt.f -gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3split w3split.f -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/aux' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/aux' +gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3adc w3adc.f +gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3list w3list.f +gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3prnt w3prnt.f +gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3split w3split.f +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/aux' Setup comp & link files - sed /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/comp.tmpl => /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/comp - sed /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/link.tmpl => /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/link + sed /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/comp.tmpl => /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/comp + sed /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/link.tmpl => /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/link Create required model subdirectories Finished setting up WAVEWATCH III -\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/tempswitch -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_grid +\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/tempswitch +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_grid ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1261,12 +1263,12 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/switch +switch = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/switch Checking all subroutines for modules (this may take a while) ... Processing ww3_grid --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing constants ad3 : processing w3servmd ad3 : processing w3gsrumd @@ -1274,34 +1276,34 @@ ad3 : processing w3arrymd ad3 : processing w3gdatmd ad3 : processing w3idatmd ad3 : processing w3odatmd -ad3 : processing w3adatmd ad3 : processing w3dispmd +ad3 : processing w3adatmd ad3 : processing w3nmlgridmd ad3 : processing w3timemd ad3 : processing wmmdatmd ad3 : processing w3src4md -ad3 : processing w3snl1md ad3 : processing w3parall +ad3 : processing w3snl1md ad3 : processing w3triamd -ad3 : processing w3wdatmd ad3 : processing w3iogrmd +ad3 : processing w3wdatmd ad3 : processing ww3_grid Linking ww3_grid -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_outf +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_outf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1310,27 +1312,27 @@ Shared Object : No Processing ww3_outf --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' +ad3 : processing w3sbt1md ad3 : processing w3sdb1md ad3 : processing w3iogomd -ad3 : processing w3sbt1md ad3 : processing ww3_outf Linking ww3_outf -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_outp +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_outp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1339,28 +1341,28 @@ Shared Object : No Processing ww3_outp --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3bullmd +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing w3iopomd -ad3 : processing w3flx1md +ad3 : processing w3bullmd ad3 : processing w3partmd +ad3 : processing w3flx1md ad3 : processing ww3_outp Linking ww3_outp -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_prep +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_prep ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1369,25 +1371,25 @@ Shared Object : No Processing ww3_prep --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing w3fldsmd ad3 : processing ww3_prep Linking ww3_prep -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_gint +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_gint ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1396,108 +1398,111 @@ Shared Object : No Processing ww3_gint --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_gint Linking ww3_gint -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_prnc +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_prnc ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_prnc +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Processing ww3_prnc --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing w3nmlprncmd ad3 : processing ww3_prnc Linking ww3_prnc -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_ounf +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_ounf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_ounf +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Processing ww3_ounf --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing w3nmlounfmd ad3 : processing w3iorsmd ad3 : processing w3initmd ad3 : processing ww3_ounf Linking ww3_ounf -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_ounp +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_ounp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_ounp +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Processing ww3_ounp --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing w3nmlounpmd ad3 : processing ww3_ounp Linking ww3_ounp -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/tempswitch -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_grib +\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/tempswitch +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_grib ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1509,52 +1514,53 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/switch +switch = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/switch new GRIB package Checking all subroutines for modules (this may take a while) ... Processing ww3_grib --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_grib Linking ww3_grib -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_multi_esmf +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_multi_esmf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_multi_esmf +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Making makefile ... ***************************** *** WAVEWATCH III makefile *** ***************************** -switch = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/switch +switch = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/switch new shared / distributed memory new message passing protocol Checking all subroutines for modules (this may take a while) ... Processing ww3_multi_esmf --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing constants -ad3 : processing w3uqckmd ad3 : processing scrip_kindsmod [no w3adc] +ad3 : processing w3uqckmd ad3 : processing scrip_constants [no w3adc] ad3 : processing scrip_iounitsmod [no w3adc] ad3 : processing scrip_timers [no w3adc] @@ -1562,36 +1568,36 @@ 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 w3gsrumd ad3 : processing w3cspcmd ad3 : processing wmunitmd ad3 : processing scrip_remap_vars [no w3adc] ad3 : processing scrip_remap_read [no w3adc] -ad3 : processing scrip_remap_conservative [no w3adc] ad3 : processing scrip_remap_write [no w3adc] +ad3 : processing scrip_remap_conservative [no w3adc] ad3 : processing scrip_interface ad3 : processing w3gdatmd -ad3 : processing w3idatmd -ad3 : processing w3sbt1md ad3 : processing wmscrpmd ad3 : processing w3odatmd +ad3 : processing w3sbt1md +ad3 : processing w3idatmd +ad3 : processing wmmdatmd ad3 : processing w3dispmd ad3 : processing w3timemd -ad3 : processing wmmdatmd ad3 : processing w3adatmd ad3 : processing w3src4md +ad3 : processing w3fldsmd ad3 : processing w3sdb1md ad3 : processing w3flx1md ad3 : processing w3partmd ad3 : processing w3nmlmultimd ad3 : processing wmfinlmd -ad3 : processing w3fldsmd ad3 : processing w3triamd ad3 : processing w3parall ad3 : processing w3snl1md -ad3 : processing w3wdatmd ad3 : processing w3iogrmd +ad3 : processing w3wdatmd ad3 : processing w3iogomd ad3 : processing wmupdtmd ad3 : processing w3iosfmd @@ -1673,76 +1679,77 @@ a - wmscrpmd.o a - scrip_netcdfmod.o a - scrip_remap_write.o a - scrip_remap_read.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_multi +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_multi ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_multi +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Processing ww3_multi --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_multi Linking ww3_multi -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' -mkdir -p /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/nuopc.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/. -test -d "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL" +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/esmf' +mkdir -p /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/nuopc.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL/. +test -d "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL" ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; echo ww3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; echo ww3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; do \ +for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; \ make nems \ COMPONENTS="FMS FV3 WW3" \ - FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL WW3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL WW3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) modules.nems + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.4 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) modules.nems -build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk Components in linker order: WW3 FV3 FMS -WW3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +WW3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" @@ -1751,110 +1758,110 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -c ENS_CplComp_ESMFMod_STUB.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:42:41 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:42:41 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:42:41 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:42:41 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:42:41 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:42:41 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:42:41 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:42:41 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:42:41 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 22:09:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:42:41 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is -echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj_HYB/libww3_multi_esmf.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -qopenmp -lnetcdff -lhdf5 /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.4_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.4_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/obj_HYB/libww3_multi_esmf.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.4_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src -+ cp -fp ../exe/NEMS.x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_ww3.exe -+ cp -fp conf/modules.nems /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/include/modules_fv3_ww3 -+ md5sum /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_ww3.exe +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ++ cp -fp ../exe/NEMS.x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_ww3.exe ++ cp -fp conf/modules.nems /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/include/modules_fv3_ww3 ++ md5sum /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_ww3.exe + unset md5sum + unset OPTS + set -xe + set -xe -+ test -s /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_ww3.exe -+ test -x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_ww3.exe ++ test -s /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_ww3.exe ++ test -x /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_ww3.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 16106602: in cluster Done +Sender: LSF System +Subject: Job 16700137: in cluster Done -Job was submitted from host by user in cluster at Thu Jan 23 21:42:10 2020 -Job was executed on host(s) , in queue , as user in cluster at Thu Jan 23 21:42:11 2020 +Job was submitted from host by user in cluster at Mon Feb 3 19:14:26 2020 +Job was executed on host(s) , in queue , as user in cluster at Mon Feb 3 19:14:28 2020 was used as the home directory. - was used as the working directory. -Started at Thu Jan 23 21:42:11 2020 -Terminated at Thu Jan 23 22:09:50 2020 -Results reported at Thu Jan 23 22:09:50 2020 + was used as the working directory. +Started at Mon Feb 3 19:14:28 2020 +Terminated at Mon Feb 3 19:43:19 2020 +Results reported at Mon Feb 3 19:43:19 2020 Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/src ; ./install.sh fv3_ww3.exe" +/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/src ; ./install.sh fv3_ww3.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 1804.23 sec. - Max Memory : 5255 MB - Average Memory : 588.33 MB + CPU time : 1808.08 sec. + Max Memory : 5254 MB + Average Memory : 485.78 MB Total Requested Memory : 6144.00 MB - Delta Memory : 889.00 MB + Delta Memory : 890.00 MB Max Swap : - Max Processes : 30 Max Threads : 35 - Run time : 1664 sec. - Turnaround time : 1660 sec. + Run time : 1730 sec. + Turnaround time : 1733 sec. The output (if any) is above this job summary. -[Thu Jan 23 22:09:50 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.16106602 file not found or empty. Job is not eligible for ecflow abort notification. +[Mon Feb 3 19:43:19 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.16700137 file not found or empty. Job is not eligible for ecflow abort notification. diff --git a/log/report-wcoss_dell_p3-log/rtreport.txt b/log/report-wcoss_dell_p3-log/rtreport.txt index c9c8c98206..4fc0085086 100755 --- a/log/report-wcoss_dell_p3-log/rtreport.txt +++ b/log/report-wcoss_dell_p3-log/rtreport.txt @@ -1,17 +1,19 @@ Run rocotostat... Generate report... -WORKFLOW STARTED AT Thu Jan 23 21:05:36 2020 (+1579813536) +WORKFLOW STARTED AT Mon Feb 3 18:34:07 2020 (+1580754847) Repository information: REPO TOP: -gfsv16_netcdf_post_ficein_cpl 56407bb [origin/gfsv16_netcdf_post_ficein_cpl: behind 1] Update FV3 submodule. Temporarily disable ccpp tests -Fetch URL: https://github.com/DusanJovic-NOAA/ufs-weather-model +PR43 d13dcf9 Update baselines to develop-20200202 +Fetch URL: https://github.com/ufs-community/ufs-weather-model M log/report-wcoss_dell_p3-log/build_fv3.exe.log M log/report-wcoss_dell_p3-log/build_fv3_32bit.exe.log M log/report-wcoss_dell_p3-log/build_fv3_appbuilder.exe.log - M tests/Compile_wcoss_dell_p3.log - M tests/RegressionTests_wcoss_dell_p3.log + M log/report-wcoss_dell_p3-log/build_fv3_ww3.exe.log + M log/report-wcoss_dell_p3-log/rtreport.txt +M tests/Compile_wcoss_dell_p3.log +M tests/RegressionTests_wcoss_dell_p3.log Entering 'FMS' age: git [--version] [--help] [-c name=value] @@ -19,7 +21,7 @@ Fetch URL: https://github.com/NOAA-GFDL/FMS Entering 'FV3' age: git [--version] [--help] [-c name=value] -Fetch URL: https://github.com/DusanJovic-NOAA/fv3atm +Fetch URL: https://github.com/junwang-noaa/fv3atm Entering 'NEMS' age: git [--version] [--help] [-c name=value] @@ -40,16 +42,16 @@ BUILD fv3_ww3.exe: SUCCEEDED BUILD fv3_appbuilder.exe: SUCCEEDED TEST #1: PASS - Test fv3_regional_c768 starting at Thu Jan 23 22:55:49 UTC 2020 (Compare FV3 regional c768 results with previous trunk version) - Thu Jan 23 22:55:49 UTC 2020 + Test fv3_regional_c768 starting at Mon Feb 3 20:24:48 UTC 2020 (Compare FV3 regional c768 results with previous trunk version) + Mon Feb 3 20:24:48 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Thu Jan 23 23:00:51 UTC 2020 + TEST PASSED AT Mon Feb 3 20:31:46 UTC 2020 TEST #2: PASS - Test fv3_lheatstrg starting at Thu Jan 23 21:45:01 UTC 2020 (Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version) - Thu Jan 23 21:45:01 UTC 2020 + Test fv3_lheatstrg starting at Mon Feb 3 19:22:17 UTC 2020 (Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version) + Mon Feb 3 19:22:17 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -94,13 +96,13 @@ TEST #2: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 21:46:11 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:23:31 UTC 2020 TEST #3: PASS - Test fv3_iau starting at Thu Jan 23 21:47:33 UTC 2020 (Compare FV3 IAU results with previous trunk version) - Thu Jan 23 21:47:33 UTC 2020 + Test fv3_iau starting at Mon Feb 3 19:22:22 UTC 2020 (Compare FV3 IAU results with previous trunk version) + Mon Feb 3 19:22:22 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -165,13 +167,13 @@ TEST #3: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 21:48:43 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:23:36 UTC 2020 TEST #4: PASS - Test fv3_stretched_nest_quilt starting at Thu Jan 23 21:24:51 UTC 2020 (Stretched grid with nest using quilting; compare against previous baseline) - Thu Jan 23 21:24:51 UTC 2020 + Test fv3_stretched_nest_quilt starting at Mon Feb 3 19:07:36 UTC 2020 (Stretched grid with nest using quilting; compare against previous baseline) + Mon Feb 3 19:07:36 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -231,11 +233,11 @@ TEST #4: PASS RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical RESTART/sfc_data.nest02.tile7.nc: bit-for-bit identical - TEST PASSED AT Thu Jan 23 21:28:26 UTC 2020 + TEST PASSED AT Mon Feb 3 19:11:10 UTC 2020 TEST #5: PASS - Test fv3_stretched_nest starting at Thu Jan 23 21:24:55 UTC 2020 (Stretched grid with nest; compare against previous baseline) - Thu Jan 23 21:24:55 UTC 2020 + Test fv3_stretched_nest starting at Mon Feb 3 19:07:36 UTC 2020 (Stretched grid with nest; compare against previous baseline) + Mon Feb 3 19:07:36 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -297,11 +299,11 @@ TEST #5: PASS RESTART/fv_tracer.res.nest02.tile7.nc: bit-for-bit identical RESTART/phy_data.nest02.tile7.nc: bit-for-bit identical RESTART/sfc_data.nest02.tile7.nc: bit-for-bit identical - TEST PASSED AT Thu Jan 23 21:29:00 UTC 2020 + TEST PASSED AT Mon Feb 3 19:11:42 UTC 2020 TEST #6: PASS - Test fv3_csawmgshoc starting at Thu Jan 23 21:47:38 UTC 2020 (Compare FV3 with CSAW MG2 and SHOC results with previous trunk version) - Thu Jan 23 21:47:38 UTC 2020 + Test fv3_csawmgshoc starting at Mon Feb 3 19:22:35 UTC 2020 (Compare FV3 with CSAW MG2 and SHOC results with previous trunk version) + Mon Feb 3 19:22:35 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -346,21 +348,21 @@ TEST #6: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 21:50:17 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:25:17 UTC 2020 TEST #7: PASS - Test fv3_regional_control starting at Thu Jan 23 21:24:52 UTC 2020 (Compare FV3 regional control results with previous trunk version) - Thu Jan 23 21:24:52 UTC 2020 + Test fv3_regional_control starting at Mon Feb 3 19:02:11 UTC 2020 (Compare FV3 regional control results with previous trunk version) + Mon Feb 3 19:02:11 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Thu Jan 23 21:27:29 UTC 2020 + TEST PASSED AT Mon Feb 3 19:04:48 UTC 2020 TEST #8: PASS - Test fv3_wrtGauss_netcdf starting at Thu Jan 23 21:47:48 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) - Thu Jan 23 21:47:48 UTC 2020 + Test fv3_wrtGauss_netcdf starting at Mon Feb 3 19:22:54 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) + Mon Feb 3 19:22:54 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -405,13 +407,13 @@ TEST #8: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 21:48:53 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:24:05 UTC 2020 TEST #9: PASS - Test fv3_thompson starting at Thu Jan 23 21:48:34 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Thu Jan 23 21:48:34 UTC 2020 + Test fv3_thompson starting at Mon Feb 3 19:22:57 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Mon Feb 3 19:22:57 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -476,13 +478,13 @@ TEST #9: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 21:53:42 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:28:11 UTC 2020 TEST #10: PASS - Test fv3_gfdlmprad_gwd starting at Thu Jan 23 21:48:53 UTC 2020 (Compare FV3 GFDL radiation interaction option and gravity wve drag results with previous trunk version) - Thu Jan 23 21:48:53 UTC 2020 + Test fv3_gfdlmprad_gwd starting at Mon Feb 3 19:23:40 UTC 2020 (Compare FV3 GFDL radiation interaction option and gravity wve drag results with previous trunk version) + Mon Feb 3 19:23:40 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -527,13 +529,13 @@ TEST #10: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 21:50:08 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:25:00 UTC 2020 TEST #11: PASS - Test fv3_stochy starting at Thu Jan 23 21:49:03 UTC 2020 (Compare FV3 stochy results with previous trunk version) - Thu Jan 23 21:49:03 UTC 2020 + Test fv3_stochy starting at Mon Feb 3 19:23:45 UTC 2020 (Compare FV3 stochy results with previous trunk version) + Mon Feb 3 19:23:45 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -598,13 +600,13 @@ TEST #11: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 21:50:26 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:25:10 UTC 2020 TEST #12: PASS - Test fv3_gfdlmprad starting at Thu Jan 23 22:30:55 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with WW3 results with previous trunk version) - Thu Jan 23 22:30:55 UTC 2020 + Test fv3_gfdlmprad starting at Mon Feb 3 19:50:08 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with WW3 results with previous trunk version) + Mon Feb 3 19:50:08 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -649,14 +651,14 @@ TEST #12: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical out_grd.glo_30m: bit-for-bit identical Executable did not change during test suite: - File: /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_ww3.exe - Expected md5sum: 9a2b31bfa679eb34e03abf19cc7ad97c - Actual md5sum: 9a2b31bfa679eb34e03abf19cc7ad97c - TEST PASSED AT Thu Jan 23 22:33:03 UTC 2020 + File: /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_ww3.exe + Expected md5sum: 94d7590697a256f3584b16562175bd06 + Actual md5sum: 94d7590697a256f3584b16562175bd06 + TEST PASSED AT Mon Feb 3 19:59:38 UTC 2020 TEST #13: PASS - Test fv3_appbuilder starting at Thu Jan 23 22:33:01 UTC 2020 (Compare FV3 with the NEMSAppBuilder against the previous trunk version) - Thu Jan 23 22:33:01 UTC 2020 + Test fv3_appbuilder starting at Mon Feb 3 20:16:44 UTC 2020 (Compare FV3 with the NEMSAppBuilder against the previous trunk version) + Mon Feb 3 20:16:44 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -720,14 +722,14 @@ TEST #13: PASS RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: - File: /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.57525/exec/fv3_appbuilder.exe - Expected md5sum: 6303f78c2c551955386cab8daadf0d09 - Actual md5sum: 6303f78c2c551955386cab8daadf0d09 - TEST PASSED AT Thu Jan 23 22:34:04 UTC 2020 + File: /gpfs/dell2/ptmp/Dusan.Jovic/rtgen.4940/exec/fv3_appbuilder.exe + Expected md5sum: 415f440c3d06cb3b86d71d635d2765a2 + Actual md5sum: 415f440c3d06cb3b86d71d635d2765a2 + TEST PASSED AT Mon Feb 3 20:17:55 UTC 2020 TEST #14: PASS - Test fv3_restart starting at Thu Jan 23 21:49:20 UTC 2020 (Compare FV3 restart results with previous trunk version) - Thu Jan 23 21:49:20 UTC 2020 + Test fv3_restart starting at Mon Feb 3 19:24:14 UTC 2020 (Compare FV3 restart results with previous trunk version) + Mon Feb 3 19:24:14 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -792,21 +794,21 @@ TEST #14: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 21:50:27 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:25:23 UTC 2020 TEST #15: PASS - Test fv3_regional_restart starting at Thu Jan 23 21:28:23 UTC 2020 (Compare FV3 regional restart results with previous trunk version) - Thu Jan 23 21:28:23 UTC 2020 + Test fv3_regional_restart starting at Mon Feb 3 19:06:19 UTC 2020 (Compare FV3 regional restart results with previous trunk version) + Mon Feb 3 19:06:19 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Thu Jan 23 21:29:45 UTC 2020 + TEST PASSED AT Mon Feb 3 19:07:42 UTC 2020 TEST #16: PASS - Test fv3_decomp starting at Thu Jan 23 21:49:46 UTC 2020 (Compare FV3 decomp results with previous trunk version) - Thu Jan 23 21:49:46 UTC 2020 + Test fv3_decomp starting at Mon Feb 3 19:24:34 UTC 2020 (Compare FV3 decomp results with previous trunk version) + Mon Feb 3 19:24:34 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -871,23 +873,23 @@ TEST #16: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 21:50:56 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:25:48 UTC 2020 TEST #17: PASS - Test fv3_regional_quilt starting at Thu Jan 23 21:24:58 UTC 2020 (Compare FV3 regional quilt results with previous trunk version) - Thu Jan 23 21:24:58 UTC 2020 + Test fv3_regional_quilt starting at Mon Feb 3 19:03:05 UTC 2020 (Compare FV3 regional quilt results with previous trunk version) + Mon Feb 3 19:03:05 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical dynf000.nc: bit-for-bit identical dynf024.nc: bit-for-bit identical phyf000.nc: bit-for-bit identical phyf024.nc: bit-for-bit identical - TEST PASSED AT Thu Jan 23 21:27:32 UTC 2020 + TEST PASSED AT Mon Feb 3 19:05:42 UTC 2020 TEST #18: PASS - Test fv3_wrtGauss_nemsio starting at Thu Jan 23 21:51:05 UTC 2020 (Compare FV3 Gaussian grid nemsio output results with previous trunk version) - Thu Jan 23 21:51:05 UTC 2020 + Test fv3_wrtGauss_nemsio starting at Mon Feb 3 19:26:30 UTC 2020 (Compare FV3 Gaussian grid nemsio output results with previous trunk version) + Mon Feb 3 19:26:30 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -932,13 +934,13 @@ TEST #18: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 21:52:12 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:27:42 UTC 2020 TEST #19: PASS - Test fv3_control_32bit starting at Thu Jan 23 21:26:04 UTC 2020 (Compare FV3 32bit compile results with previous trunk version) - Thu Jan 23 21:26:04 UTC 2020 + Test fv3_control_32bit starting at Mon Feb 3 19:03:34 UTC 2020 (Compare FV3 32bit compile results with previous trunk version) + Mon Feb 3 19:03:35 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1001,11 +1003,11 @@ TEST #19: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Thu Jan 23 21:27:08 UTC 2020 + TEST PASSED AT Mon Feb 3 19:04:40 UTC 2020 TEST #20: PASS - Test fv3_gfdlmprad_32bit_post starting at Thu Jan 23 21:26:16 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with inline post results with previous trunk version) - Thu Jan 23 21:26:16 UTC 2020 + Test fv3_gfdlmprad_32bit_post starting at Mon Feb 3 19:03:46 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with inline post results with previous trunk version) + Mon Feb 3 19:03:46 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1052,11 +1054,11 @@ TEST #20: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Thu Jan 23 21:27:46 UTC 2020 + TEST PASSED AT Mon Feb 3 19:05:22 UTC 2020 TEST #21: PASS - Test fv3_csawmg3shoc127 starting at Thu Jan 23 21:56:26 UTC 2020 (Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version) - Thu Jan 23 21:56:26 UTC 2020 + Test fv3_csawmg3shoc127 starting at Mon Feb 3 19:26:34 UTC 2020 (Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version) + Mon Feb 3 19:26:34 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1101,13 +1103,13 @@ TEST #21: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 22:02:27 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:32:32 UTC 2020 TEST #22: PASS - Test fv3_read_inc starting at Thu Jan 23 21:53:52 UTC 2020 (Compare FV3 read_inc results with previous trunk version) - Thu Jan 23 21:53:52 UTC 2020 + Test fv3_read_inc starting at Mon Feb 3 19:26:38 UTC 2020 (Compare FV3 read_inc results with previous trunk version) + Mon Feb 3 19:26:38 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1172,13 +1174,13 @@ TEST #22: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 21:55:00 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:27:51 UTC 2020 TEST #23: PASS - Test fv3_satmedmf starting at Thu Jan 23 21:55:07 UTC 2020 (Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version) - Thu Jan 23 21:55:07 UTC 2020 + Test fv3_satmedmf starting at Mon Feb 3 19:26:38 UTC 2020 (Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version) + Mon Feb 3 19:26:38 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1223,13 +1225,13 @@ TEST #23: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 21:56:16 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:27:48 UTC 2020 TEST #24: PASS - Test fv3_control starting at Thu Jan 23 21:56:14 UTC 2020 (Compare FV3 control results with previous trunk version) - Thu Jan 23 21:56:14 UTC 2020 + Test fv3_control starting at Mon Feb 3 19:26:40 UTC 2020 (Compare FV3 control results with previous trunk version) + Mon Feb 3 19:26:40 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1294,13 +1296,13 @@ TEST #24: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 21:57:24 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:27:53 UTC 2020 TEST #25: PASS - Test fv3_gfdlmp starting at Thu Jan 23 21:56:15 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Thu Jan 23 21:56:15 UTC 2020 + Test fv3_gfdlmp starting at Mon Feb 3 19:26:42 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Mon Feb 3 19:26:42 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1345,13 +1347,13 @@ TEST #25: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 21:57:31 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:28:02 UTC 2020 TEST #26: PASS - Test fv3_gfdlmprad_noahmp starting at Thu Jan 23 21:56:31 UTC 2020 (Compare FV3 GFDL radiation interaction option and Noah MP results with previous trunk version) - Thu Jan 23 21:56:31 UTC 2020 + Test fv3_gfdlmprad_noahmp starting at Mon Feb 3 19:26:45 UTC 2020 (Compare FV3 GFDL radiation interaction option and Noah MP results with previous trunk version) + Mon Feb 3 19:26:45 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1396,13 +1398,13 @@ TEST #26: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 21:57:48 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:28:05 UTC 2020 TEST #27: PASS - Test fv3_2threads starting at Thu Jan 23 21:56:32 UTC 2020 (Compare FV3 2 threads results with previous trunk version) - Thu Jan 23 21:56:32 UTC 2020 + Test fv3_2threads starting at Mon Feb 3 19:26:58 UTC 2020 (Compare FV3 2 threads results with previous trunk version) + Mon Feb 3 19:26:58 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1467,13 +1469,13 @@ TEST #27: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 21:57:35 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:28:02 UTC 2020 TEST #28: PASS - Test fv3_wrtGauss_netcdf_esmf starting at Thu Jan 23 21:57:34 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) - Thu Jan 23 21:57:35 UTC 2020 + Test fv3_wrtGauss_netcdf_esmf starting at Mon Feb 3 19:28:11 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) + Mon Feb 3 19:28:11 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1518,13 +1520,13 @@ TEST #28: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 22:00:56 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:31:46 UTC 2020 TEST #29: PASS - Test fv3_csawmg starting at Thu Jan 23 21:57:41 UTC 2020 (Compare FV3 with CSAW and MG2 results with previous trunk version) - Thu Jan 23 21:57:41 UTC 2020 + Test fv3_csawmg starting at Mon Feb 3 19:28:11 UTC 2020 (Compare FV3 with CSAW and MG2 results with previous trunk version) + Mon Feb 3 19:28:12 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1569,13 +1571,13 @@ TEST #29: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 22:00:19 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:30:46 UTC 2020 TEST #30: PASS - Test fv3_wsm6 starting at Thu Jan 23 21:57:51 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Thu Jan 23 21:57:51 UTC 2020 + Test fv3_wsm6 starting at Mon Feb 3 19:28:15 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Mon Feb 3 19:28:15 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1640,13 +1642,13 @@ TEST #30: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 21:59:34 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:29:58 UTC 2020 TEST #31: PASS - Test fv3_stretched starting at Thu Jan 23 21:27:16 UTC 2020 (Stretched grid; compare against previous baseline) - Thu Jan 23 21:27:16 UTC 2020 + Test fv3_stretched starting at Mon Feb 3 19:03:57 UTC 2020 (Stretched grid; compare against previous baseline) + Mon Feb 3 19:03:57 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1697,11 +1699,11 @@ TEST #31: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Thu Jan 23 21:30:42 UTC 2020 + TEST PASSED AT Mon Feb 3 19:07:26 UTC 2020 TEST #32: PASS - Test fv3_wrtGauss_nemsio_c192 starting at Thu Jan 23 22:00:37 UTC 2020 (Compare c192 FV3 Gaussian grid nemsio output results with previous trunk version) - Thu Jan 23 22:00:37 UTC 2020 + Test fv3_wrtGauss_nemsio_c192 starting at Mon Feb 3 19:28:23 UTC 2020 (Compare c192 FV3 Gaussian grid nemsio output results with previous trunk version) + Mon Feb 3 19:28:23 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1746,13 +1748,13 @@ TEST #32: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 22:03:38 UTC 2020 + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:31:18 UTC 2020 TEST #33: PASS - Test fv3_rasmgshoc starting at Thu Jan 23 21:58:04 UTC 2020 (Compare FV3 with RAS MG2 and SHOC results with previous trunk version) - Thu Jan 23 21:58:04 UTC 2020 + Test fv3_rasmgshoc starting at Mon Feb 3 19:29:57 UTC 2020 (Compare FV3 with RAS MG2 and SHOC results with previous trunk version) + Mon Feb 3 19:29:57 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1797,10 +1799,10 @@ TEST #33: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - Actual md5sum: 0c00eaf94104a4a0b879c2f35365f3dc - TEST PASSED AT Thu Jan 23 22:00:51 UTC 2020 -WORKFLOW REPORT AT Thu Jan 23 23:02:24 2020 (+1579820544) + Expected md5sum: 10746ead6f69e77409d1fa8fd80eff55 + Actual md5sum: 10746ead6f69e77409d1fa8fd80eff55 + TEST PASSED AT Mon Feb 3 19:32:43 UTC 2020 +WORKFLOW REPORT AT Mon Feb 3 20:33:46 2020 (+1580762026) Tests: 0 failed, 33 passed out of 33 Builds: 0 failed, 4 passed out of 4 REGRESSION TEST WAS SUCCESSFUL diff --git a/tests/Compile_wcoss_dell_p3.log b/tests/Compile_wcoss_dell_p3.log index e87823319b..beac85f2fd 100644 --- a/tests/Compile_wcoss_dell_p3.log +++ b/tests/Compile_wcoss_dell_p3.log @@ -1,14 +1,14 @@ + SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model + MACHINE_ID=wcoss_dell_p3 + MAKE_OPT= + BUILD_NAME=fv3_1 @@ -21,7 +21,7 @@ + MAKE_THREADS=4 + hostname m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + echo 'Compiling into fv3_1.exe on wcoss_dell_p3' Compiling into fv3_1.exe on wcoss_dell_p3 + '[' YES = YES ']' @@ -41,13 +41,13 @@ Compiling into fv3_1.exe on wcoss_dell_p3 ++ var= ++ echo -n '' + CCPP_CMAKE_FLAGS= -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__189427 -++ eval 'setup__test_function__189427() { /bin/true ; }' ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__135293 +++ eval 'setup__test_function__135293() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__189427 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__135293 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -64,7 +64,7 @@ Compiling into fv3_1.exe on wcoss_dell_p3 ++ eval module help ++ module purge +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs";' export '_ModuleTable001_;' '_ModuleTable002_="L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3NvZnQvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cy9Db3JlIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' +++ unset ADVISOR_2018_DIR +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 @@ -152,8 +152,6 @@ Compiling into fv3_1.exe on wcoss_dell_p3 +++ unset LIB_NAME +++ unset LMOD_FAMILY_COMPILER +++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION +++ unset LMOD_FAMILY_MPI +++ unset LMOD_FAMILY_MPI_VERSION +++ unset __LMOD_REF_COUNT_LOADEDMODULES @@ -167,7 +165,7 @@ Compiling into fv3_1.exe on wcoss_dell_p3 +++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: +++ export MANPATH +++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NEMSIO_INC @@ -245,9 +243,9 @@ Compiling into fv3_1.exe on wcoss_dell_p3 +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3NvZnQvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxl +++ export _ModuleTable001_ -+++ _ModuleTable002_=L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 ++++ _ModuleTable002_=cy9Db3JlIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -264,23 +262,24 @@ Compiling into fv3_1.exe on wcoss_dell_p3 +++ unset _ModuleTable014_ +++ unset _ModuleTable015_ +++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ +++ : -s sh ++ eval ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__189427 +++ unset setup__test_function__135293 ++ unset __ms_function_name + [[ wcoss_dell_p3 == macosx.* ]] + [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs";' export '_ModuleTable001_;' '_ModuleTable002_="L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjQzL3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3NvZnQvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cy9Db3JlIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjQzL3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3NvZnQvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxl ++ export _ModuleTable001_ -++ _ModuleTable002_=L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 +++ _ModuleTable002_=cy9Db3JlIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -288,7 +287,7 @@ Compiling into fv3_1.exe on wcoss_dell_p3 + eval + module load fv3 ++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx";' export '_ModuleTable004_;' '_ModuleTable005_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh";' export '_ModuleTable005_;' '_ModuleTable006_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz";' export '_ModuleTable006_;' '_ModuleTable007_="dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv";' export '_ModuleTable008_;' '_ModuleTable009_="YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h";' export '_ModuleTable009_;' '_ModuleTable010_="ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs";' export '_ModuleTable010_;' '_ModuleTable011_="cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y";' export '_ModuleTable011_;' '_ModuleTable012_="ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4";' export '_ModuleTable012_;' '_ModuleTable013_="L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w";' export '_ModuleTable013_;' '_ModuleTable014_="cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.4:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.4:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.4_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.4_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.4";' export 'POST_SRC;' 'POST_VER="v8.0.4";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIs";' export '_ModuleTable001_;' '_ModuleTable002_="WyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNw";' export '_ModuleTable002_;' '_ModuleTable003_="YXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjQzL3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09";' export '_ModuleTable003_;' '_ModuleTable004_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2Vy";' export '_ModuleTable004_;' '_ModuleTable005_="TmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxv";' export '_ModuleTable005_;' '_ModuleTable006_="YWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHBy";' export '_ModuleTable006_;' '_ModuleTable007_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxO";' export '_ModuleTable007_;' '_ModuleTable008_="YW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVt";' export '_ModuleTable008_;' '_ModuleTable009_="c2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBs";' export '_ModuleTable009_;' '_ModuleTable010_="aWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC40IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjQiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNCIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJ";' export '_ModuleTable010_;' '_ModuleTable011_="QlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29t";' export '_ModuleTable011_;' '_ModuleTable012_="cGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIv";' export '_ModuleTable012_;' '_ModuleTable013_="ZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvc29mdC9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNy";' export '_ModuleTable013_;' '_ModuleTable014_="eC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2Rl";' export '_ModuleTable014_;' '_ModuleTable015_="bGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' ++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 ++ export ADVISOR_2018_DIR ++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a @@ -337,7 +336,7 @@ Compiling into fv3_1.exe on wcoss_dell_p3 ++ export CRTM_VER ++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal ++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk ++ export ESMFMKFILE ++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 ++ export G2TMPL_INC @@ -363,23 +362,23 @@ Compiling into fv3_1.exe on wcoss_dell_p3 ++ export GDBSERVER_MIC ++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia ++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel ++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' ++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' ++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' ++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' ++ export HDF5_LDFLAGS_F ++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' ++ export __LMOD_REF_COUNT_INFOPATH @@ -444,9 +443,9 @@ Compiling into fv3_1.exe on wcoss_dell_p3 ++ KMP_AFFINITY=scatter ++ export KMP_AFFINITY ++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' ++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 ++ export LD_LIBRARY_PATH ++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' ++ export __LMOD_REF_COUNT_LIBRARY_PATH @@ -458,17 +457,13 @@ Compiling into fv3_1.exe on wcoss_dell_p3 ++ export LMOD_FAMILY_COMPILER ++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 ++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION ++ LMOD_FAMILY_MPI=impi ++ export LMOD_FAMILY_MPI ++ LMOD_FAMILY_MPI_VERSION=18.0.1 ++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.4:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' ++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.4:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 ++ export LOADEDMODULES ++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin ++ export LSF_BINDIR @@ -478,13 +473,13 @@ Compiling into fv3_1.exe on wcoss_dell_p3 ++ export LSF_LIBDIR ++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc ++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' ++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man ++ export MANPATH ++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl ++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -496,41 +491,41 @@ Compiling into fv3_1.exe on wcoss_dell_p3 ++ export NEMSIO_SRC ++ NEMSIO_VER=v2.2.4 ++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel ++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' ++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' ++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' ++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' ++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' ++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib ++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel ++ export NETCDF_ROOT ++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' ++ export __LMOD_REF_COUNT_NLSPATH ++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N ++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' ++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include ++ export PATH ++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig ++ export PKG_CONFIG_PATH @@ -548,13 +543,13 @@ Compiling into fv3_1.exe on wcoss_dell_p3 ++ export PNG_SRC ++ PNG_VER=1.2.59 ++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.4_4 ++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.4_4.a ++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.4 ++ export POST_SRC -++ POST_VER=v8.0.1 +++ POST_VER=v8.0.4 ++ export POST_VER ++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl ++ export PSTLROOT @@ -626,39 +621,41 @@ Compiling into fv3_1.exe on wcoss_dell_p3 ++ export Z_SRC ++ Z_VER=1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIs ++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl +++ _ModuleTable002_=WyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNw ++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ _ModuleTable003_=YXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjQzL3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09 ++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx +++ _ModuleTable004_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2Vy ++ export _ModuleTable004_ -++ _ModuleTable005_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh +++ _ModuleTable005_=TmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxv ++ export _ModuleTable005_ -++ _ModuleTable006_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz +++ _ModuleTable006_=YWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHBy ++ export _ModuleTable006_ -++ _ModuleTable007_=dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi +++ _ModuleTable007_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxO ++ export _ModuleTable007_ -++ _ModuleTable008_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv +++ _ModuleTable008_=YW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVt ++ export _ModuleTable008_ -++ _ModuleTable009_=YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h +++ _ModuleTable009_=c2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBs ++ export _ModuleTable009_ -++ _ModuleTable010_=ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs +++ _ModuleTable010_=aWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC40IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjQiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNCIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJ ++ export _ModuleTable010_ -++ _ModuleTable011_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y +++ _ModuleTable011_=QlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29t ++ export _ModuleTable011_ -++ _ModuleTable012_=ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4 +++ _ModuleTable012_=cGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIv ++ export _ModuleTable012_ -++ _ModuleTable013_=L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w +++ _ModuleTable013_=ZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvc29mdC9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNy ++ export _ModuleTable013_ -++ _ModuleTable014_=cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 +++ _ModuleTable014_=eC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2Rl ++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 +++ _ModuleTable015_=bGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 ++ export _ModuleTable_Sz_ ++ : -s sh + eval @@ -666,53 +663,55 @@ Compiling into fv3_1.exe on wcoss_dell_p3 ++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.4 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx";' export '_ModuleTable004_;' '_ModuleTable005_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh";' export '_ModuleTable005_;' '_ModuleTable006_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz";' export '_ModuleTable006_;' '_ModuleTable007_="dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv";' export '_ModuleTable008_;' '_ModuleTable009_="YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h";' export '_ModuleTable009_;' '_ModuleTable010_="ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs";' export '_ModuleTable010_;' '_ModuleTable011_="cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y";' export '_ModuleTable011_;' '_ModuleTable012_="ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4";' export '_ModuleTable012_;' '_ModuleTable013_="L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w";' export '_ModuleTable013_;' '_ModuleTable014_="cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIs";' export '_ModuleTable001_;' '_ModuleTable002_="WyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNw";' export '_ModuleTable002_;' '_ModuleTable003_="YXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjQzL3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09";' export '_ModuleTable003_;' '_ModuleTable004_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2Vy";' export '_ModuleTable004_;' '_ModuleTable005_="TmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxv";' export '_ModuleTable005_;' '_ModuleTable006_="YWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHBy";' export '_ModuleTable006_;' '_ModuleTable007_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxO";' export '_ModuleTable007_;' '_ModuleTable008_="YW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVt";' export '_ModuleTable008_;' '_ModuleTable009_="c2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBs";' export '_ModuleTable009_;' '_ModuleTable010_="aWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC40IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjQiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNCIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJ";' export '_ModuleTable010_;' '_ModuleTable011_="QlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29t";' export '_ModuleTable011_;' '_ModuleTable012_="cGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIv";' export '_ModuleTable012_;' '_ModuleTable013_="ZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvc29mdC9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNy";' export '_ModuleTable013_;' '_ModuleTable014_="eC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2Rl";' export '_ModuleTable014_;' '_ModuleTable015_="bGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIs ++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl +++ _ModuleTable002_=WyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNw ++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ _ModuleTable003_=YXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjQzL3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09 ++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx +++ _ModuleTable004_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2Vy ++ export _ModuleTable004_ -++ _ModuleTable005_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh +++ _ModuleTable005_=TmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxv ++ export _ModuleTable005_ -++ _ModuleTable006_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz +++ _ModuleTable006_=YWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHBy ++ export _ModuleTable006_ -++ _ModuleTable007_=dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi +++ _ModuleTable007_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxO ++ export _ModuleTable007_ -++ _ModuleTable008_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv +++ _ModuleTable008_=YW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVt ++ export _ModuleTable008_ -++ _ModuleTable009_=YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h +++ _ModuleTable009_=c2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBs ++ export _ModuleTable009_ -++ _ModuleTable010_=ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs +++ _ModuleTable010_=aWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC40IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjQiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNCIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJ ++ export _ModuleTable010_ -++ _ModuleTable011_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y +++ _ModuleTable011_=QlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29t ++ export _ModuleTable011_ -++ _ModuleTable012_=ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4 +++ _ModuleTable012_=cGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIv ++ export _ModuleTable012_ -++ _ModuleTable013_=L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w +++ _ModuleTable013_=ZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvc29mdC9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNy ++ export _ModuleTable013_ -++ _ModuleTable014_=cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 +++ _ModuleTable014_=eC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2Rl ++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 +++ _ModuleTable015_=bGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_1 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model -- The C compiler identification is Intel 18.0.1.20171018 -- The CXX compiler identification is Intel 18.0.1.20171018 -- The Fortran compiler identification is Intel 18.0.1.20171018 @@ -738,13 +737,13 @@ Currently Loaded Modules: -- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") -- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") -- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk Found ESMF: ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") Setting configuration for wcoss_dell_p3 @@ -764,37 +763,39 @@ Selected physics package: gfs -- Configuring done -- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_1 +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/build_fv3_1 + make -j 4 Scanning dependencies of target fv3cpl [ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o Scanning dependencies of target gfsphysics [ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 1%] Linking Fortran static library libfv3cpl.a +[ 1%] Built target fv3cpl +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o Scanning dependencies of target fms -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 3%] Linking Fortran static library libfv3cpl.a Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 4%] Built target fv3cpl -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o [ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -803,104 +804,102 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o ifort: command line warning #10121: overriding '-xHOST' with '-xCORE-AVX-I' -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o [ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o [ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o [ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -910,34 +909,34 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o [ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o [ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o [ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o [ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o @@ -949,11 +948,12 @@ Using allocatable derived type array members. Using cray pointers. [ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o [ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o @@ -961,7 +961,6 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing Using pure routines. @@ -983,207 +982,208 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o [ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o [ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o [ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o [ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o [ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o [ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o [ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o [ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o [ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o [ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o [ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o [ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o [ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o [ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o [ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o [ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o [ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o [ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o [ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o [ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o [ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o [ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o [ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o [ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o [ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o [ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o [ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o [ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 56%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o [ 58%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 59%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 62%] Linking Fortran static library FMS/libfms.a -[ 62%] Built target fms -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 64%] Linking Fortran static library FMS/libfms.a +[ 64%] Built target fms +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o [ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd +[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o Scanning dependencies of target fv3core -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o [ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o [ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o [ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o [ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o [ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 78%] Linking Fortran static library libio.a +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 78%] Built target io +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing @@ -1193,16 +1193,16 @@ Using cray pointers. [ 85%] Linking Fortran static library libfv3core.a [ 85%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o @@ -1220,55 +1220,55 @@ Scanning dependencies of target stochastic_physics [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_1.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_1 ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_1 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_1 -+ elapsed=610 -+ echo 'Elapsed time 610 seconds. Compiling finished' -Elapsed time 610 seconds. Compiling finished ++ elapsed=556 ++ echo 'Elapsed time 556 seconds. Compiling finished' +Elapsed time 556 seconds. Compiling finished + SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model + MACHINE_ID=wcoss_dell_p3 + MAKE_OPT=WW3=Y + BUILD_NAME=fv3_2 @@ -1281,7 +1281,7 @@ Elapsed time 610 seconds. Compiling finished + MAKE_THREADS=4 + hostname m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + echo 'Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3' Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 + '[' YES = YES ']' @@ -1302,13 +1302,13 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 ++ var=-DWW3=Y ++ echo -n -DWW3=Y + CCPP_CMAKE_FLAGS=-DWW3=Y -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__189425 -++ eval 'setup__test_function__189425() { /bin/true ; }' ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__135292 +++ eval 'setup__test_function__135292() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__189425 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__135292 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -1325,7 +1325,7 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 ++ eval module help ++ module purge +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs";' export '_ModuleTable001_;' '_ModuleTable002_="L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3NvZnQvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cy9Db3JlIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' +++ unset ADVISOR_2018_DIR +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 @@ -1413,8 +1413,6 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 +++ unset LIB_NAME +++ unset LMOD_FAMILY_COMPILER +++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION +++ unset LMOD_FAMILY_MPI +++ unset LMOD_FAMILY_MPI_VERSION +++ unset __LMOD_REF_COUNT_LOADEDMODULES @@ -1428,7 +1426,7 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 +++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: +++ export MANPATH +++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NEMSIO_INC @@ -1506,9 +1504,9 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3NvZnQvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxl +++ export _ModuleTable001_ -+++ _ModuleTable002_=L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 ++++ _ModuleTable002_=cy9Db3JlIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -1525,23 +1523,24 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 +++ unset _ModuleTable014_ +++ unset _ModuleTable015_ +++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ +++ : -s sh ++ eval ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__189425 +++ unset setup__test_function__135292 ++ unset __ms_function_name + [[ wcoss_dell_p3 == macosx.* ]] + [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs";' export '_ModuleTable001_;' '_ModuleTable002_="L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjQzL3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3NvZnQvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cy9Db3JlIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjQzL3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3NvZnQvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxl ++ export _ModuleTable001_ -++ _ModuleTable002_=L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 +++ _ModuleTable002_=cy9Db3JlIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -1549,7 +1548,7 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 + eval + module load fv3 ++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx";' export '_ModuleTable004_;' '_ModuleTable005_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh";' export '_ModuleTable005_;' '_ModuleTable006_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz";' export '_ModuleTable006_;' '_ModuleTable007_="dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv";' export '_ModuleTable008_;' '_ModuleTable009_="YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h";' export '_ModuleTable009_;' '_ModuleTable010_="ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs";' export '_ModuleTable010_;' '_ModuleTable011_="cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y";' export '_ModuleTable011_;' '_ModuleTable012_="ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4";' export '_ModuleTable012_;' '_ModuleTable013_="L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w";' export '_ModuleTable013_;' '_ModuleTable014_="cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.4:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.4:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.4_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.4_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.4";' export 'POST_SRC;' 'POST_VER="v8.0.4";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIs";' export '_ModuleTable001_;' '_ModuleTable002_="WyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNw";' export '_ModuleTable002_;' '_ModuleTable003_="YXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjQzL3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09";' export '_ModuleTable003_;' '_ModuleTable004_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2Vy";' export '_ModuleTable004_;' '_ModuleTable005_="TmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxv";' export '_ModuleTable005_;' '_ModuleTable006_="YWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHBy";' export '_ModuleTable006_;' '_ModuleTable007_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxO";' export '_ModuleTable007_;' '_ModuleTable008_="YW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVt";' export '_ModuleTable008_;' '_ModuleTable009_="c2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBs";' export '_ModuleTable009_;' '_ModuleTable010_="aWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC40IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjQiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNCIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJ";' export '_ModuleTable010_;' '_ModuleTable011_="QlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29t";' export '_ModuleTable011_;' '_ModuleTable012_="cGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIv";' export '_ModuleTable012_;' '_ModuleTable013_="ZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvc29mdC9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNy";' export '_ModuleTable013_;' '_ModuleTable014_="eC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2Rl";' export '_ModuleTable014_;' '_ModuleTable015_="bGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' ++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 ++ export ADVISOR_2018_DIR ++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a @@ -1598,7 +1597,7 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 ++ export CRTM_VER ++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal ++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk ++ export ESMFMKFILE ++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 ++ export G2TMPL_INC @@ -1624,23 +1623,23 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 ++ export GDBSERVER_MIC ++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia ++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel ++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' ++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' ++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' ++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' ++ export HDF5_LDFLAGS_F ++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' ++ export __LMOD_REF_COUNT_INFOPATH @@ -1705,9 +1704,9 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 ++ KMP_AFFINITY=scatter ++ export KMP_AFFINITY ++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' ++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 ++ export LD_LIBRARY_PATH ++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' ++ export __LMOD_REF_COUNT_LIBRARY_PATH @@ -1719,17 +1718,13 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 ++ export LMOD_FAMILY_COMPILER ++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 ++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION ++ LMOD_FAMILY_MPI=impi ++ export LMOD_FAMILY_MPI ++ LMOD_FAMILY_MPI_VERSION=18.0.1 ++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.4:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' ++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.4:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 ++ export LOADEDMODULES ++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin ++ export LSF_BINDIR @@ -1739,13 +1734,13 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 ++ export LSF_LIBDIR ++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc ++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' ++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man ++ export MANPATH ++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl ++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -1757,41 +1752,41 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 ++ export NEMSIO_SRC ++ NEMSIO_VER=v2.2.4 ++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel ++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' ++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' ++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' ++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' ++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' ++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib ++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel ++ export NETCDF_ROOT ++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' ++ export __LMOD_REF_COUNT_NLSPATH ++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N ++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' ++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include ++ export PATH ++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig ++ export PKG_CONFIG_PATH @@ -1809,13 +1804,13 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 ++ export PNG_SRC ++ PNG_VER=1.2.59 ++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.4_4 ++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.4_4.a ++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.4 ++ export POST_SRC -++ POST_VER=v8.0.1 +++ POST_VER=v8.0.4 ++ export POST_VER ++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl ++ export PSTLROOT @@ -1887,39 +1882,41 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 ++ export Z_SRC ++ Z_VER=1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIs ++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl +++ _ModuleTable002_=WyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNw ++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ _ModuleTable003_=YXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjQzL3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09 ++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx +++ _ModuleTable004_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2Vy ++ export _ModuleTable004_ -++ _ModuleTable005_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh +++ _ModuleTable005_=TmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxv ++ export _ModuleTable005_ -++ _ModuleTable006_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz +++ _ModuleTable006_=YWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHBy ++ export _ModuleTable006_ -++ _ModuleTable007_=dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi +++ _ModuleTable007_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxO ++ export _ModuleTable007_ -++ _ModuleTable008_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv +++ _ModuleTable008_=YW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVt ++ export _ModuleTable008_ -++ _ModuleTable009_=YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h +++ _ModuleTable009_=c2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBs ++ export _ModuleTable009_ -++ _ModuleTable010_=ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs +++ _ModuleTable010_=aWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC40IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjQiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNCIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJ ++ export _ModuleTable010_ -++ _ModuleTable011_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y +++ _ModuleTable011_=QlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29t ++ export _ModuleTable011_ -++ _ModuleTable012_=ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4 +++ _ModuleTable012_=cGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIv ++ export _ModuleTable012_ -++ _ModuleTable013_=L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w +++ _ModuleTable013_=ZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvc29mdC9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNy ++ export _ModuleTable013_ -++ _ModuleTable014_=cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 +++ _ModuleTable014_=eC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2Rl ++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 +++ _ModuleTable015_=bGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 ++ export _ModuleTable_Sz_ ++ : -s sh + eval @@ -1927,53 +1924,55 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 ++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.4 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx";' export '_ModuleTable004_;' '_ModuleTable005_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh";' export '_ModuleTable005_;' '_ModuleTable006_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz";' export '_ModuleTable006_;' '_ModuleTable007_="dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv";' export '_ModuleTable008_;' '_ModuleTable009_="YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h";' export '_ModuleTable009_;' '_ModuleTable010_="ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs";' export '_ModuleTable010_;' '_ModuleTable011_="cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y";' export '_ModuleTable011_;' '_ModuleTable012_="ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4";' export '_ModuleTable012_;' '_ModuleTable013_="L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w";' export '_ModuleTable013_;' '_ModuleTable014_="cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIs";' export '_ModuleTable001_;' '_ModuleTable002_="WyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNw";' export '_ModuleTable002_;' '_ModuleTable003_="YXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjQzL3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09";' export '_ModuleTable003_;' '_ModuleTable004_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2Vy";' export '_ModuleTable004_;' '_ModuleTable005_="TmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxv";' export '_ModuleTable005_;' '_ModuleTable006_="YWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHBy";' export '_ModuleTable006_;' '_ModuleTable007_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxO";' export '_ModuleTable007_;' '_ModuleTable008_="YW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVt";' export '_ModuleTable008_;' '_ModuleTable009_="c2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBs";' export '_ModuleTable009_;' '_ModuleTable010_="aWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC40IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjQiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNCIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJ";' export '_ModuleTable010_;' '_ModuleTable011_="QlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29t";' export '_ModuleTable011_;' '_ModuleTable012_="cGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIv";' export '_ModuleTable012_;' '_ModuleTable013_="ZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvc29mdC9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNy";' export '_ModuleTable013_;' '_ModuleTable014_="eC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2Rl";' export '_ModuleTable014_;' '_ModuleTable015_="bGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIs ++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl +++ _ModuleTable002_=WyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNw ++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ _ModuleTable003_=YXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjQzL3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09 ++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx +++ _ModuleTable004_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2Vy ++ export _ModuleTable004_ -++ _ModuleTable005_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh +++ _ModuleTable005_=TmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxv ++ export _ModuleTable005_ -++ _ModuleTable006_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz +++ _ModuleTable006_=YWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHBy ++ export _ModuleTable006_ -++ _ModuleTable007_=dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi +++ _ModuleTable007_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxO ++ export _ModuleTable007_ -++ _ModuleTable008_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv +++ _ModuleTable008_=YW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVt ++ export _ModuleTable008_ -++ _ModuleTable009_=YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h +++ _ModuleTable009_=c2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBs ++ export _ModuleTable009_ -++ _ModuleTable010_=ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs +++ _ModuleTable010_=aWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC40IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjQiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNCIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJ ++ export _ModuleTable010_ -++ _ModuleTable011_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y +++ _ModuleTable011_=QlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29t ++ export _ModuleTable011_ -++ _ModuleTable012_=ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4 +++ _ModuleTable012_=cGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIv ++ export _ModuleTable012_ -++ _ModuleTable013_=L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w +++ _ModuleTable013_=ZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvc29mdC9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNy ++ export _ModuleTable013_ -++ _ModuleTable014_=cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 +++ _ModuleTable014_=eC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2Rl ++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 +++ _ModuleTable015_=bGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_2 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model -DWW3=Y ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model -DWW3=Y -- The C compiler identification is Intel 18.0.1.20171018 -- The CXX compiler identification is Intel 18.0.1.20171018 -- The Fortran compiler identification is Intel 18.0.1.20171018 @@ -1999,13 +1998,13 @@ Currently Loaded Modules: -- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") -- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") -- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk Found ESMF: ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") Setting configuration for wcoss_dell_p3 @@ -2025,149 +2024,148 @@ Selected physics package: gfs Build WW3: run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=wcoss_dell_p3 ww3_nems - in: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf + in: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/esmf -- Configuring done -- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_2 +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/build_fv3_2 + make -j 4 Scanning dependencies of target ww3_nems Scanning dependencies of target fv3cpl [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o Scanning dependencies of target gfsphysics [ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 2%] Linking Fortran static library libfv3cpl.a Scanning dependencies of target fms -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] Built target fv3cpl +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 3%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o [ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 4%] Linking Fortran static library libfv3cpl.a -[ 4%] Built target fv3cpl -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +ifort: command line warning #10121: overriding '-xHOST' with '-xCORE-AVX-I' Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -ifort: command line warning #10121: overriding '-xHOST' with '-xCORE-AVX-I' -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 22%] Built target ww3_nems -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o [ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o [ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -2177,58 +2175,58 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o [ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o [ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o [ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o [ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o [ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing Using pure routines. @@ -2252,8 +2250,8 @@ Using allocatable derived type array members. Using cray pointers. [ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o [ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o [ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o [ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o Using 8-byte addressing Using pure routines. @@ -2269,188 +2267,190 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o [ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o [ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o [ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o [ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o [ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o [ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o [ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 47%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 47%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 47%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 49%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 50%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o [ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o [ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o [ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o [ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 60%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o [ 61%] Linking Fortran static library FMS/libfms.a -[ 61%] Built target fms -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 63%] Built target fms +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o [ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd +[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o Scanning dependencies of target fv3core -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o [ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o [ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 77%] Linking Fortran static library libio.a +[ 77%] Built target io [ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o [ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] Built target ww3_nems +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing @@ -2460,16 +2460,16 @@ Using cray pointers. [ 85%] Linking Fortran static library libfv3core.a [ 85%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o [ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o @@ -2480,14 +2480,14 @@ Scanning dependencies of target stochastic_physics [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 95%] Linking Fortran static library libstochastic_physics.a @@ -2495,16 +2495,16 @@ Scanning dependencies of target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o @@ -2518,24 +2518,24 @@ Scanning dependencies of target NEMS.exe /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_2.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_2 ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_2 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_2 -+ elapsed=630 -+ echo 'Elapsed time 630 seconds. Compiling WW3=Y finished' -Elapsed time 630 seconds. Compiling WW3=Y finished ++ elapsed=602 ++ echo 'Elapsed time 602 seconds. Compiling WW3=Y finished' +Elapsed time 602 seconds. Compiling WW3=Y finished + SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model + MACHINE_ID=wcoss_dell_p3 + MAKE_OPT=32BIT=Y + BUILD_NAME=fv3_3 @@ -2548,7 +2548,7 @@ Elapsed time 630 seconds. Compiling WW3=Y finished + MAKE_THREADS=4 + hostname m72a3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + echo 'Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3' Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 + '[' YES = YES ']' @@ -2569,13 +2569,13 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 ++ var=-D32BIT=Y ++ echo -n -D32BIT=Y + CCPP_CMAKE_FLAGS=-D32BIT=Y -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__189426 -++ eval 'setup__test_function__189426() { /bin/true ; }' ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__135290 +++ eval 'setup__test_function__135290() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__189426 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__135290 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -2592,7 +2592,7 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 ++ eval module help ++ module purge +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_CONMPILER;' unset 'LMOD_FAMILY_CONMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs";' export '_ModuleTable001_;' '_ModuleTable002_="L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_INC4;' unset 'W3NCO_INC8;' unset 'W3NCO_INCd;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3NvZnQvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cy9Db3JlIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' +++ unset ADVISOR_2018_DIR +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 @@ -2680,8 +2680,6 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 +++ unset LIB_NAME +++ unset LMOD_FAMILY_COMPILER +++ unset LMOD_FAMILY_COMPILER_VERSION -+++ unset LMOD_FAMILY_CONMPILER -+++ unset LMOD_FAMILY_CONMPILER_VERSION +++ unset LMOD_FAMILY_MPI +++ unset LMOD_FAMILY_MPI_VERSION +++ unset __LMOD_REF_COUNT_LOADEDMODULES @@ -2695,7 +2693,7 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 +++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: +++ export MANPATH +++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NEMSIO_INC @@ -2773,9 +2771,9 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3NvZnQvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxl +++ export _ModuleTable001_ -+++ _ModuleTable002_=L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 ++++ _ModuleTable002_=cy9Db3JlIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -2792,23 +2790,24 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 +++ unset _ModuleTable014_ +++ unset _ModuleTable015_ +++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ +++ : -s sh ++ eval ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__189426 +++ unset setup__test_function__135290 ++ unset __ms_function_name + [[ wcoss_dell_p3 == macosx.* ]] + [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs";' export '_ModuleTable001_;' '_ModuleTable002_="L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjQzL3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3NvZnQvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cy9Db3JlIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0=";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2Fs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjQzL3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3NvZnQvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxl ++ export _ModuleTable001_ -++ _ModuleTable002_=L3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 +++ _ModuleTable002_=cy9Db3JlIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmU6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmczovZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLH0= ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -2816,7 +2815,7 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 + eval + module load fv3 ++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1";' export 'HDF5;' 'HDF5_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_CONMPILER="HDF5-serial";' export 'LMOD_FAMILY_CONMPILER;' 'LMOD_FAMILY_CONMPILER_VERSION="1.10.1";' export 'LMOD_FAMILY_CONMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx";' export '_ModuleTable004_;' '_ModuleTable005_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh";' export '_ModuleTable005_;' '_ModuleTable006_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz";' export '_ModuleTable006_;' '_ModuleTable007_="dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv";' export '_ModuleTable008_;' '_ModuleTable009_="YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h";' export '_ModuleTable009_;' '_ModuleTable010_="ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs";' export '_ModuleTable010_;' '_ModuleTable011_="cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y";' export '_ModuleTable011_;' '_ModuleTable012_="ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4";' export '_ModuleTable012_;' '_ModuleTable013_="L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w";' export '_ModuleTable013_;' '_ModuleTable014_="cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.4:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.4:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/dev/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.4_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.4_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.4";' export 'POST_SRC;' 'POST_VER="v8.0.4";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_4";' export 'W3NCO_INC4;' 'W3NCO_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_8";' export 'W3NCO_INC8;' 'W3NCO_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3nco_v2.0.7_d";' export 'W3NCO_INCd;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIs";' export '_ModuleTable001_;' '_ModuleTable002_="WyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNw";' export '_ModuleTable002_;' '_ModuleTable003_="YXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjQzL3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09";' export '_ModuleTable003_;' '_ModuleTable004_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2Vy";' export '_ModuleTable004_;' '_ModuleTable005_="TmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxv";' export '_ModuleTable005_;' '_ModuleTable006_="YWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHBy";' export '_ModuleTable006_;' '_ModuleTable007_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxO";' export '_ModuleTable007_;' '_ModuleTable008_="YW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVt";' export '_ModuleTable008_;' '_ModuleTable009_="c2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBs";' export '_ModuleTable009_;' '_ModuleTable010_="aWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC40IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjQiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNCIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJ";' export '_ModuleTable010_;' '_ModuleTable011_="QlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29t";' export '_ModuleTable011_;' '_ModuleTable012_="cGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIv";' export '_ModuleTable012_;' '_ModuleTable013_="ZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvc29mdC9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNy";' export '_ModuleTable013_;' '_ModuleTable014_="eC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2Rl";' export '_ModuleTable014_;' '_ModuleTable015_="bGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' ++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 ++ export ADVISOR_2018_DIR ++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a @@ -2865,7 +2864,7 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 ++ export CRTM_VER ++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal ++ export DAALROOT -++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk ++ export ESMFMKFILE ++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 ++ export G2TMPL_INC @@ -2891,23 +2890,23 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 ++ export GDBSERVER_MIC ++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia ++ export GDB_CROSS -++ HDF5=/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1 +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel ++ export HDF5 -++ HDF5_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export HDF5_CFLAGS -++ HDF5_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export HDF5_CXXFLAGS -++ HDF5_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export HDF5_FFLAGS -++ HDF5_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/include +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export HDF5_INCLUDE -++ HDF5_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' ++ export HDF5_LDFLAGS -++ HDF5_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5' +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' ++ export HDF5_LDFLAGS_C -++ HDF5_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' ++ export HDF5_LDFLAGS_CXX -++ HDF5_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' ++ export HDF5_LDFLAGS_F ++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' ++ export __LMOD_REF_COUNT_INFOPATH @@ -2972,9 +2971,9 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 ++ KMP_AFFINITY=scatter ++ export KMP_AFFINITY ++ unset LAUNCH -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' ++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/lib:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 ++ export LD_LIBRARY_PATH ++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' ++ export __LMOD_REF_COUNT_LIBRARY_PATH @@ -2986,17 +2985,13 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 ++ export LMOD_FAMILY_COMPILER ++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 ++ export LMOD_FAMILY_COMPILER_VERSION -++ LMOD_FAMILY_CONMPILER=HDF5-serial -++ export LMOD_FAMILY_CONMPILER -++ LMOD_FAMILY_CONMPILER_VERSION=1.10.1 -++ export LMOD_FAMILY_CONMPILER_VERSION ++ LMOD_FAMILY_MPI=impi ++ export LMOD_FAMILY_MPI ++ LMOD_FAMILY_MPI_VERSION=18.0.1 ++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;NetCDF/4.5.0:1;HDF5-serial/1.10.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.10.0:1;fv3:1' +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.4:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' ++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:NetCDF/4.5.0:HDF5-serial/1.10.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.10.0:fv3 +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.4:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 ++ export LOADEDMODULES ++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin ++ export LSF_BINDIR @@ -3006,13 +3001,13 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 ++ export LSF_LIBDIR ++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc ++ export LSF_SERVERDIR -++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/dev/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' ++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1/share/man:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/share/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ MANPATH=/usrx/local/dev/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man ++ export MANPATH ++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl ++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -3024,41 +3019,41 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 ++ export NEMSIO_SRC ++ NEMSIO_VER=v2.2.4 ++ export NEMSIO_VER -++ NETCDF=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel ++ export NETCDF -++ NETCDF_CFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export NETCDF_CFLAGS -++ NETCDF_CXX4FLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export NETCDF_CXX4FLAGS -++ NETCDF_CXXFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export NETCDF_CXXFLAGS -++ NETCDF_FFLAGS=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export NETCDF_FFLAGS -++ NETCDF_INC=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export NETCDF_INC -++ NETCDF_INCLUDE=-I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include ++ export NETCDF_INCLUDE -++ NETCDF_LDFLAGS='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' ++ export NETCDF_LDFLAGS -++ NETCDF_LDFLAGS_C='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf' +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' ++ export NETCDF_LDFLAGS_C -++ NETCDF_LDFLAGS_CXX='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++' +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' ++ export NETCDF_LDFLAGS_CXX -++ NETCDF_LDFLAGS_CXX4='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdf -lnetcdf_c++4' +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' ++ export NETCDF_LDFLAGS_CXX4 -++ NETCDF_LDFLAGS_F='-L/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib -lnetcdff' +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' ++ export NETCDF_LDFLAGS_F -++ NETCDF_LIB=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/lib +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib ++ export NETCDF_LIB -++ NETCDF_ROOT=/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0 +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel ++ export NETCDF_ROOT ++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' ++ export __LMOD_REF_COUNT_NLSPATH ++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N ++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:1;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ __LMOD_REF_COUNT_PATH='/usrx/local/dev/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' ++ export __LMOD_REF_COUNT_PATH -++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/packages/ips/18.0.1/hdf5/1.10.1:/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ PATH=/usrx/local/dev/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/dbrowse:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include ++ export PATH ++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig ++ export PKG_CONFIG_PATH @@ -3076,13 +3071,13 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 ++ export PNG_SRC ++ PNG_VER=1.2.59 ++ export PNG_VER -++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.1_4 +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.4_4 ++ export POST_INC -++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.1_4.a +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.4_4.a ++ export POST_LIB -++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.1 +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.4 ++ export POST_SRC -++ POST_VER=v8.0.1 +++ POST_VER=v8.0.4 ++ export POST_VER ++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl ++ export PSTLROOT @@ -3154,39 +3149,41 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 ++ export Z_SRC ++ Z_VER=1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/dev/modulefiles/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/NetCDF/4.5.0:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/HDF5-serial/1.10.1:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.1:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/dev/modulefiles/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIs ++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl +++ _ModuleTable002_=WyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNw ++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ _ModuleTable003_=YXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjQzL3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09 ++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx +++ _ModuleTable004_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2Vy ++ export _ModuleTable004_ -++ _ModuleTable005_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh +++ _ModuleTable005_=TmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxv ++ export _ModuleTable005_ -++ _ModuleTable006_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz +++ _ModuleTable006_=YWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHBy ++ export _ModuleTable006_ -++ _ModuleTable007_=dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi +++ _ModuleTable007_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxO ++ export _ModuleTable007_ -++ _ModuleTable008_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv +++ _ModuleTable008_=YW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVt ++ export _ModuleTable008_ -++ _ModuleTable009_=YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h +++ _ModuleTable009_=c2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBs ++ export _ModuleTable009_ -++ _ModuleTable010_=ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs +++ _ModuleTable010_=aWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC40IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjQiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNCIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJ ++ export _ModuleTable010_ -++ _ModuleTable011_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y +++ _ModuleTable011_=QlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29t ++ export _ModuleTable011_ -++ _ModuleTable012_=ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4 +++ _ModuleTable012_=cGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIv ++ export _ModuleTable012_ -++ _ModuleTable013_=L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w +++ _ModuleTable013_=ZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvc29mdC9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNy ++ export _ModuleTable013_ -++ _ModuleTable014_=cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 +++ _ModuleTable014_=eC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2Rl ++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 +++ _ModuleTable015_=bGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 ++ export _ModuleTable_Sz_ ++ : -s sh + eval @@ -3194,53 +3191,55 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 ++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list Currently Loaded Modules: - 1) ips/18.0.1.163 8) sp/2.0.3 15) jasper/1.900.29 - 2) impi/18.0.1 9) w3nco/2.0.7 16) libpng/1.2.59 - 3) NetCDF/4.5.0 10) w3emc/2.3.1 17) zlib/1.2.11 - 4) HDF5-serial/1.10.1 11) nemsio/2.2.4 18) post/8.0.1 - 5) lsf/10.1 12) g2/3.1.1 19) esmf/8.0.0 - 6) bacio/2.0.3 13) g2tmpl/1.6.0 20) cmake/3.10.0 - 7) ip/3.0.2 14) crtm/2.2.6 21) fv3 + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.4 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs";' export '_ModuleTable001_;' '_ModuleTable002_="LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl";' export '_ModuleTable002_;' '_ModuleTable003_="ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable003_;' '_ModuleTable004_="c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx";' export '_ModuleTable004_;' '_ModuleTable005_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh";' export '_ModuleTable005_;' '_ModuleTable006_="Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz";' export '_ModuleTable006_;' '_ModuleTable007_="dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi";' export '_ModuleTable007_;' '_ModuleTable008_="XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv";' export '_ModuleTable008_;' '_ModuleTable009_="YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h";' export '_ModuleTable009_;' '_ModuleTable010_="ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs";' export '_ModuleTable010_;' '_ModuleTable011_="cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y";' export '_ModuleTable011_;' '_ModuleTable012_="ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4";' export '_ModuleTable012_;' '_ModuleTable013_="L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w";' export '_ModuleTable013_;' '_ModuleTable014_="cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIs";' export '_ModuleTable001_;' '_ModuleTable002_="WyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNw";' export '_ModuleTable002_;' '_ModuleTable003_="YXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjQzL3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09";' export '_ModuleTable003_;' '_ModuleTable004_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2Vy";' export '_ModuleTable004_;' '_ModuleTable005_="TmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxv";' export '_ModuleTable005_;' '_ModuleTable006_="YWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHBy";' export '_ModuleTable006_;' '_ModuleTable007_="b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxO";' export '_ModuleTable007_;' '_ModuleTable008_="YW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVt";' export '_ModuleTable008_;' '_ModuleTable009_="c2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBs";' export '_ModuleTable009_;' '_ModuleTable010_="aWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC40IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjQiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNCIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJ";' export '_ModuleTable010_;' '_ModuleTable011_="QlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29t";' export '_ModuleTable011_;' '_ModuleTable012_="cGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIv";' export '_ModuleTable012_;' '_ModuleTable013_="ZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvc29mdC9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNy";' export '_ModuleTable013_;' '_ModuleTable014_="eC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2Rl";' export '_ModuleTable014_;' '_ModuleTable015_="bGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/soft/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJjb25tcGlsZXIiXT0iSERGNS1zZXJpYWwiLFsibXBpIl09ImltcGkiLH0sbVQ9e1siSERGNS1zZXJpYWwiXT17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvSERGNS1zZXJpYWwvMS4xMC4xIixbImZ1bGxOYW1lIl09IkhERjUtc2VyaWFsLzEuMTAuMSIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09IkhERjUtc2VyaWFs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIs ++ export _ModuleTable001_ -++ _ModuleTable002_=LzEuMTAuMSIsfSxOZXRDREY9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL05ldENERi80LjUuMCIsWyJmdWxsTmFtZSJdPSJOZXRDREYvNC41LjAiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJOZXRDREYvNC41LjAiLH0sYmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNl +++ _ModuleTable002_=WyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNw ++ export _ModuleTable002_ -++ _ModuleTable003_=ck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzL2NtYWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ _ModuleTable003_=YXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjQzL3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09 ++ export _ModuleTable003_ -++ _ModuleTable004_=c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIx +++ _ModuleTable004_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2Vy ++ export _ModuleTable004_ -++ _ModuleTable005_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3Rh +++ _ModuleTable005_=TmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxv ++ export _ModuleTable005_ -++ _ModuleTable006_=Y2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixbImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJz +++ _ModuleTable006_=YWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHBy ++ export _ModuleTable006_ -++ _ModuleTable007_=dGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMvMTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIi +++ _ModuleTable007_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxO ++ export _ModuleTable007_ -++ _ModuleTable008_=XT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxv +++ _ModuleTable008_=YW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVt ++ export _ModuleTable008_ -++ _ModuleTable009_=YWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC4xIixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjEiLFsibG9h +++ _ModuleTable009_=c2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxwb3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBs ++ export _ModuleTable009_ -++ _ModuleTable010_=ZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuMSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09MTAs +++ _ModuleTable010_=aWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC40IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjQiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNCIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJ ++ export _ModuleTable010_ -++ _ModuleTable011_=cHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0semxpYj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvemxpYi8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9y +++ _ModuleTable011_=QlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29t ++ export _ModuleTable011_ -++ _ModuleTable012_=ZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iemxpYi8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsIi9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcl9uZXcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvZGV2L21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4 +++ _ModuleTable012_=cGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIv ++ export _ModuleTable012_ -++ _ModuleTable013_=L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29w +++ _ModuleTable013_=ZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvc29mdC9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNy ++ export _ModuleTable013_ -++ _ModuleTable014_=cy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 +++ _ModuleTable014_=eC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21waS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2Rl ++ export _ModuleTable014_ -++ _ModuleTable_Sz_=14 +++ _ModuleTable015_=bGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_3 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model -D32BIT=Y ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model -D32BIT=Y -- The C compiler identification is Intel 18.0.1.20171018 -- The CXX compiler identification is Intel 18.0.1.20171018 -- The Fortran compiler identification is Intel 18.0.1.20171018 @@ -3266,13 +3265,13 @@ Currently Loaded Modules: -- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") -- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") -- Found MPI: TRUE (found version "3.1") -ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk Found ESMF: ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/lib +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include (found version "8.0.0") +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") Setting configuration for wcoss_dell_p3 @@ -3295,143 +3294,143 @@ Force 64 bits in ipd Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_3 +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/build_fv3_3 + make -j 4 Scanning dependencies of target fv3cpl [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o Scanning dependencies of target gfsphysics [ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 1%] Linking Fortran static library libfv3cpl.a +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 3%] Built target fv3cpl +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o Scanning dependencies of target fms -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 3%] Linking Fortran static library libfv3cpl.a -[ 3%] Built target fv3cpl Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o ifort: command line warning #10121: overriding '-xHOST' with '-xCORE-AVX-I' -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o [ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -3441,43 +3440,44 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o [ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o [ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o [ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o [ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o [ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o Using 8-byte addressing @@ -3503,218 +3503,218 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o [ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o [ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o [ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o [ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o [ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o [ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o [ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o [ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o [ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o [ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o [ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o [ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o [ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o [ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o [ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o [ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o [ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o [ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o [ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o [ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o [ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o [ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o [ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o [ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o [ 67%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o [ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o [ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 68%] Linking Fortran static library libgfsphysics.a -[ 68%] Built target gfsphysics -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 67%] Linking Fortran static library libgfsphysics.a +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 69%] Built target gfsphysics Scanning dependencies of target ipd [ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o [ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o [ 69%] Linking Fortran static library libipd.a [ 69%] Built target ipd -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 70%] Linking Fortran static library FMS/libfms.a -[ 70%] Built target fms +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o Scanning dependencies of target fv3core -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o [ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o [ 80%] Linking Fortran static library libio.a [ 80%] Built target io [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing @@ -3724,16 +3724,16 @@ Using cray pointers. [ 85%] Linking Fortran static library libfv3core.a [ 85%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o @@ -3752,22 +3752,22 @@ Scanning dependencies of target stochastic_physics [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o @@ -3775,17 +3775,17 @@ Scanning dependencies of target NEMS.exe [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_3.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_3 ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_3 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_3 -+ elapsed=628 -+ echo 'Elapsed time 628 seconds. Compiling 32BIT=Y finished' -Elapsed time 628 seconds. Compiling 32BIT=Y finished ++ elapsed=556 ++ echo 'Elapsed time 556 seconds. Compiling 32BIT=Y finished' +Elapsed time 556 seconds. Compiling 32BIT=Y finished diff --git a/tests/RegressionTests_wcoss_dell_p3.log b/tests/RegressionTests_wcoss_dell_p3.log index 03e7effd9f..b04501c477 100644 --- a/tests/RegressionTests_wcoss_dell_p3.log +++ b/tests/RegressionTests_wcoss_dell_p3.log @@ -1,9 +1,9 @@ -Thu Jan 23 19:08:49 UTC 2020 +Mon Feb 3 14:37:54 UTC 2020 Start Regression test -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_control +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_control +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_control Checking test 001 fv3_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -70,8 +70,8 @@ Checking test 001 fv3_control results .... Test 001 fv3_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_decomp +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_control +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_decomp Checking test 002 fv3_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -138,8 +138,8 @@ Checking test 002 fv3_decomp results .... Test 002 fv3_decomp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_2threads +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_control +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_2threads Checking test 003 fv3_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -206,8 +206,8 @@ Checking test 003 fv3_2threads results .... Test 003 fv3_2threads PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_restart -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_restart +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_restart +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_restart Checking test 004 fv3_restart results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -274,8 +274,8 @@ Checking test 004 fv3_restart results .... Test 004 fv3_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_read_inc -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_read_inc +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_read_inc +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_read_inc Checking test 005 fv3_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -342,8 +342,8 @@ Checking test 005 fv3_read_inc results .... Test 005 fv3_read_inc PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_gfdlmp +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_gfdlmp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_gfdlmp Checking test 006 fv3_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -390,8 +390,8 @@ Checking test 006 fv3_gfdlmp results .... Test 006 fv3_gfdlmp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad_gwd -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_gfdlmprad_gwd +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_gfdlmprad_gwd +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_gfdlmprad_gwd Checking test 007 fv3_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -438,8 +438,8 @@ Checking test 007 fv3_gfdlmprad_gwd results .... Test 007 fv3_gfdlmprad_gwd PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad_noahmp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_gfdlmprad_noahmp +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_gfdlmprad_noahmp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_gfdlmprad_noahmp Checking test 008 fv3_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -486,8 +486,8 @@ Checking test 008 fv3_gfdlmprad_noahmp results .... Test 008 fv3_gfdlmprad_noahmp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_thompson -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_thompson +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_thompson +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_thompson Checking test 009 fv3_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -554,8 +554,8 @@ Checking test 009 fv3_thompson results .... Test 009 fv3_thompson PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wsm6 -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_wsm6 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_wsm6 +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_wsm6 Checking test 010 fv3_wsm6 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -622,8 +622,8 @@ Checking test 010 fv3_wsm6 results .... Test 010 fv3_wsm6 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_netcdf_esmf -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_wrtGauss_netcdf_esmf +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_wrtGauss_netcdf_esmf +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_wrtGauss_netcdf_esmf Checking test 011 fv3_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -670,8 +670,8 @@ Checking test 011 fv3_wrtGauss_netcdf_esmf results .... Test 011 fv3_wrtGauss_netcdf_esmf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_netcdf -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_wrtGauss_netcdf +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_wrtGauss_netcdf +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_wrtGauss_netcdf Checking test 012 fv3_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -718,8 +718,8 @@ Checking test 012 fv3_wrtGauss_netcdf results .... Test 012 fv3_wrtGauss_netcdf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_nemsio -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_wrtGauss_nemsio +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_wrtGauss_nemsio +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_wrtGauss_nemsio Checking test 013 fv3_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -766,8 +766,8 @@ Checking test 013 fv3_wrtGauss_nemsio results .... Test 013 fv3_wrtGauss_nemsio PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_nemsio_c192 -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_wrtGauss_nemsio_c192 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_wrtGauss_nemsio_c192 +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_wrtGauss_nemsio_c192 Checking test 014 fv3_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -814,8 +814,8 @@ Checking test 014 fv3_wrtGauss_nemsio_c192 results .... Test 014 fv3_wrtGauss_nemsio_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stochy -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_stochy +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_stochy +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_stochy Checking test 015 fv3_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -882,8 +882,8 @@ Checking test 015 fv3_stochy results .... Test 015 fv3_stochy PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_iau -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_iau +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_iau +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_iau Checking test 016 fv3_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -950,8 +950,8 @@ Checking test 016 fv3_iau results .... Test 016 fv3_iau PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_csawmgshoc -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_csawmgshoc +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_csawmgshoc +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_csawmgshoc Checking test 017 fv3_csawmgshoc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -998,8 +998,8 @@ Checking test 017 fv3_csawmgshoc results .... Test 017 fv3_csawmgshoc PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_csawmg -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_csawmg +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_csawmg +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_csawmg Checking test 018 fv3_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1046,8 +1046,8 @@ Checking test 018 fv3_csawmg results .... Test 018 fv3_csawmg PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_rasmgshoc -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_rasmgshoc +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_rasmgshoc +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_rasmgshoc Checking test 019 fv3_rasmgshoc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1094,8 +1094,8 @@ Checking test 019 fv3_rasmgshoc results .... Test 019 fv3_rasmgshoc PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_csawmg3shoc127 -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_csawmg3shoc127 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_csawmg3shoc127 +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_csawmg3shoc127 Checking test 020 fv3_csawmg3shoc127 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1142,8 +1142,8 @@ Checking test 020 fv3_csawmg3shoc127 results .... Test 020 fv3_csawmg3shoc127 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_satmedmf -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_satmedmf +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_satmedmf +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_satmedmf Checking test 021 fv3_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1190,8 +1190,8 @@ Checking test 021 fv3_satmedmf results .... Test 021 fv3_satmedmf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_lheatstrg -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_lheatstrg +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_lheatstrg +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_lheatstrg Checking test 022 fv3_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1238,8 +1238,8 @@ Checking test 022 fv3_lheatstrg results .... Test 022 fv3_lheatstrg PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_gfdlmprad +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_gfdlmprad +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_gfdlmprad Checking test 023 fv3_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1287,8 +1287,8 @@ Checking test 023 fv3_gfdlmprad results .... Test 023 fv3_gfdlmprad PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_appbuild +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_control +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_appbuild Checking test 024 fv3_appbuild results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1355,8 +1355,8 @@ Checking test 024 fv3_appbuild results .... Test 024 fv3_appbuild PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control_32bit -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_control_32bit +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_control_32bit +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_control_32bit Checking test 025 fv3_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1423,8 +1423,8 @@ Checking test 025 fv3_control_32bit results .... Test 025 fv3_control_32bit PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad_32bit_post -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_gfdlmprad_32bit_post +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_gfdlmprad_32bit_post +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_gfdlmprad_32bit_post Checking test 026 fv3_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1475,8 +1475,8 @@ Checking test 026 fv3_gfdlmprad_32bit_post results .... Test 026 fv3_gfdlmprad_32bit_post PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_stretched +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_stretched +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_stretched Checking test 027 fv3_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1531,8 +1531,8 @@ Checking test 027 fv3_stretched results .... Test 027 fv3_stretched PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched_nest -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_stretched_nest +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_stretched_nest +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_stretched_nest Checking test 028 fv3_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1598,8 +1598,8 @@ Checking test 028 fv3_stretched_nest results .... Test 028 fv3_stretched_nest PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched_nest_quilt -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_stretched_nest_quilt +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_stretched_nest_quilt +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_stretched_nest_quilt Checking test 029 fv3_stretched_nest_quilt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1663,8 +1663,8 @@ Checking test 029 fv3_stretched_nest_quilt results .... Test 029 fv3_stretched_nest_quilt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_regional_control +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_regional_control +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_regional_control Checking test 030 fv3_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1672,8 +1672,8 @@ Checking test 030 fv3_regional_control results .... Test 030 fv3_regional_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_restart -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_regional_restart +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_regional_restart +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_regional_restart Checking test 031 fv3_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1681,8 +1681,8 @@ Checking test 031 fv3_regional_restart results .... Test 031 fv3_regional_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_quilt -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_regional_quilt +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_regional_quilt +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_regional_quilt Checking test 032 fv3_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1692,8 +1692,8 @@ Checking test 032 fv3_regional_quilt results .... Test 032 fv3_regional_quilt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_c768 -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_187078/fv3_regional_c768 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_regional_c768 +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_127791/fv3_regional_c768 Checking test 033 fv3_regional_c768 results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1702,5 +1702,5 @@ Test 033 fv3_regional_c768 PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 23 20:34:11 UTC 2020 -Elapsed time: 01h:25m:25s. Have a nice day! +Mon Feb 3 15:21:10 UTC 2020 +Elapsed time: 00h:43m:20s. Have a nice day! From dac96028a4483a5eeaedd107e4559c986e56088b Mon Sep 17 00:00:00 2001 From: Dusan Jovic Date: Mon, 3 Feb 2020 21:57:46 +0000 Subject: [PATCH 09/11] Regtest logs on wcoss_cray --- log/report-wcoss.cray-log/build_fv3.exe.log | 1212 +++++----- .../build_fv3_32bit.exe.log | 1214 +++++----- .../build_fv3_appbuilder.exe.log | 1092 ++++----- .../build_fv3_ww3.exe.log | 2045 +---------------- log/report-wcoss.cray-log/rtreport.txt | 307 ++- tests/Compile_wcoss_cray.log | 1755 +++++++------- tests/RegressionTests_wcoss_cray.log | 134 +- 7 files changed, 2878 insertions(+), 4881 deletions(-) diff --git a/log/report-wcoss.cray-log/build_fv3.exe.log b/log/report-wcoss.cray-log/build_fv3.exe.log index 456e597b02..b2ec482cbe 100644 --- a/log/report-wcoss.cray-log/build_fv3.exe.log +++ b/log/report-wcoss.cray-log/build_fv3.exe.log @@ -1,13 +1,13 @@ -Jan 24 17:53:00 2020 35894 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=16663933 +Feb 3 18:33:16 2020 9176 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=16864021 + [[ fv3.exe == fv3.exe ]] -+ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3.exe -+ modules=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules.fv3 ++ rm -f /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3.exe ++ modules=/gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/include/modules.fv3 + BUILD_NR= -+ fv3=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3.exe ++ fv3=/gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3.exe + MAKE_OPTS=' ' -+ md5=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3.exe.md5 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/ -+ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3.exe /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules.fv3 ++ md5=/gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3.exe.md5 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/ ++ rm -f /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3.exe /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/include/modules.fv3 + module load alps ++ /opt/modules/3.2.10.3/bin/modulecmd bash load alps + eval CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari' ';export' 'LOADEDMODULES;MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;PE_PRODUCT_LIST=CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH;_LMFILES_=/opt/modulefiles/xt-lsfhpc/9.1.3:/usrx/local/emc_rocoto/modulefiles/rocoto/1.3.0rc2:/gpfs/hps3/emc/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari' ';export' '_LMFILES_;' @@ -34,11 +34,11 @@ Jan 24 17:53:00 2020 35894 7 9.1.3 jobSetupStatus: job additionalInfo reservatio + [[ wcoss.cray == wcoss.cray ]] ++ echo wcoss.cray ++ sed 's,\.,_,g' -+ aprun -n 1 -j 1 -N 1 -d 24 ./compile.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 wcoss_cray ++ aprun -n 1 -j 1 -N 1 -d 24 ./compile.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 wcoss_cray + SECONDS=0 + [[ 2 -lt 2 ]] -+ readonly PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -+ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ++ readonly PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ++ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 + readonly BUILD_TARGET=wcoss_cray + BUILD_TARGET=wcoss_cray + readonly MAKE_OPT= @@ -50,7 +50,7 @@ Jan 24 17:53:00 2020 35894 7 9.1.3 jobSetupStatus: job additionalInfo reservatio + readonly clean_after=YES + clean_after=YES + hostname -nid00589 +nid01260 + echo 'Compiling into fv3.exe on wcoss_cray' + gnu_make=gmake Compiling into fv3.exe on wcoss_cray @@ -62,10 +62,10 @@ Compiling into fv3.exe on wcoss_cray + [[ 8 -gt 1 ]] + echo Using '$MAKE_THREADS=8' threads to build FV3 and FMS. Using $MAKE_THREADS=8 threads to build FV3 and FMS. +Consider reducing $MAKE_THREADS if you hit memory or process limits. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. + gnu_make='gmake -j 8' -Consider reducing $MAKE_THREADS if you hit memory or process limits. -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../NEMS ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ '' == *\C\C\P\P\=\Y* ]] + [[ '' == *\W\W\3\=\Y* ]] @@ -77,13 +77,13 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_cray FV3_MAKEOPT= NEMS_BUILDOPT= distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -94,13 +94,13 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) @@ -108,162 +108,162 @@ Cleaning ... Build standalone FV3 gfsphysics ... makefile:278: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... makefile:67: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... makefile:54: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... makefile:86: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' cc -E four_to_grid_stochy.F > four_to_grid_stochy.f Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi -GNUmakefile:16: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +GNUmakefile:16: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' Components in linker order: FV3 FMS FV3: include GNUmakefile:70: : component FV3 makefile fragment is missing FMS: include GNUmakefile:70: : component FMS makefile fragment is missing -gmake[1]: *** No rule to make target `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk'. -gmake[1]: Failed to remake makefile `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk'. +gmake[1]: *** No rule to make target `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk'. +gmake[1]: Failed to remake makefile `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk'. rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_cray FV3_MAKEOPT= NEMS_BUILDOPT= build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3" -+ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3 -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ - echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ - echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems +set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/modules.fv3" ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/modules.fv3 +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ - ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ + ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake all Currently Loaded Modulefiles: 1) craype-network-aries @@ -292,7 +292,7 @@ Currently Loaded Modulefiles: 24) w3nco/2.0.7 25) w3emc/2.3.1 26) nemsio/2.2.4 - 27) post/8.0.1 + 27) post/8.0.4 28) rca/1.0.0-2.0502.60530.1.62.ari 29) alps/5.2.4-2.0502.9822.32.1.ari 30) xpmem/0.1-2.0502.64982.7.25.ari @@ -301,72 +301,72 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. -Using 8-byte addressing Using cray pointers. +Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. -Using cray pointers. Using 8-byte addressing +Using cray pointers. Using pure routines. Using allocatable derived type array members. -Using cray pointers. Using 8-byte addressing +Using cray pointers. Using pure routines. Using allocatable derived type array members. Using cray pointers. -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -375,14 +375,14 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -396,27 +396,27 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -425,51 +425,51 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -478,36 +478,36 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o ar: creating libfms.a a - ../oda_tools/xbt_drop_rate_adjust.o @@ -595,18 +595,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray -cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -634,7 +634,7 @@ Currently Loaded Modulefiles: 24) w3nco/2.0.7 25) w3emc/2.3.1 26) nemsio/2.2.4 - 27) post/8.0.1 + 27) post/8.0.4 28) rca/1.0.0-2.0502.60530.1.62.ari 29) alps/5.2.4-2.0502.9822.32.1.ari 30) xpmem/0.1-2.0502.64982.7.25.ari @@ -643,196 +643,196 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... makefile:278: depend: No such file or directory -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -987,49 +987,50 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... makefile:54: depend: No such file or directory -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +gmake -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 -ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.4_4 -c post_nems_routines.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf_parallel.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.4_4 -c post_gfs.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 +ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o a - FV3GFS_io.o @@ -1037,69 +1038,70 @@ a - post_gfs.o a - post_nems_routines.o a - module_write_nemsio.o a - module_write_netcdf.o +a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1146,49 +1148,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... makefile:86: depend: No such file or directory -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1221,14 +1223,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1236,35 +1238,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ - echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ + echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ - for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ + for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ - echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ + echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; \ gmake nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ - test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" ; \ + test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -1292,7 +1294,7 @@ Currently Loaded Modulefiles: 24) w3nco/2.0.7 25) w3emc/2.3.1 26) nemsio/2.2.4 - 27) post/8.0.1 + 27) post/8.0.4 28) rca/1.0.0-2.0502.60530.1.62.ari 29) alps/5.2.4-2.0502.9822.32.1.ari 30) xpmem/0.1-2.0502.64982.7.25.ari @@ -1301,10 +1303,10 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" @@ -1313,202 +1315,202 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' cc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:43:40 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o `module_NEMS_UTILS.tmp.o' -> `module_NEMS_UTILS.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:43:40 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o `module_MEDIATOR_methods.tmp.o' -> `module_MEDIATOR_methods.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:43:40 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o `module_MEDIATOR.tmp.o' -> `module_MEDIATOR.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:43:40 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o `module_MEDIATOR_SpaceWeather.tmp.o' -> `module_MEDIATOR_SpaceWeather.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:43:40 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o `module_EARTH_INTERNAL_STATE.tmp.o' -> `module_EARTH_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:43:40 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o `module_EARTH_GRID_COMP.tmp.o' -> `module_EARTH_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:43:40 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o `module_NEMS_INTERNAL_STATE.tmp.o' -> `module_NEMS_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:43:40 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o `module_NEMS_GRID_COMP.tmp.o' -> `module_NEMS_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:43:40 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o `module_NEMS_Rusage.tmp.o' -> `module_NEMS_Rusage.o' cc -c nems_c_rusage.c -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:04:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:43:40 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o `MAIN_NEMS.tmp.o' -> `MAIN_NEMS.o' echo libgocart is libgocart is -echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.4_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.4_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.4_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz /opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/jasper/1.900.1/gnu/sandybridge/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/libesmf.a(ESMCI_VMKernel.o): In function `ESMCI::socketClient()': ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe" -+ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/fv3.exe" ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_cray FV3_MAKEOPT= NEMS_BUILDOPT= clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... makefile:67: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -+ elapsed=798 -+ echo 'Elapsed time 798 seconds. Compiling finished' -Elapsed time 798 seconds. Compiling finished -Application 173157536 resources: utime ~939s, stime ~78s, Rss ~2174972, inblocks ~266827159, outblocks ~1398861 -+ mkdir -p /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include -+ cp -fp ./fv3.exe /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3.exe -+ cp -fp ./modules.fv3 /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules.fv3 +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' ++ elapsed=727 ++ echo 'Elapsed time 727 seconds. Compiling finished' +Elapsed time 727 seconds. Compiling finished +Application 175449333 resources: utime ~936s, stime ~80s, Rss ~2174968, inblocks ~266436649, outblocks ~1403288 ++ mkdir -p /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/include ++ cp -fp ./fv3.exe /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3.exe ++ cp -fp ./modules.fv3 /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/include/modules.fv3 + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1517,83 +1519,83 @@ Application 173157536 resources: utime ~939s, stime ~78s, Rss ~2174972, inblocks + unset md5 + set -xe + set -xe -+ test -s /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3.exe -+ test -x /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3.exe ++ test -s /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3.exe ++ test -x /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 798297: in cluster Done +Sender: LSF System +Subject: Job 995693: in cluster Done -Job was submitted from host by user in cluster at Fri Jan 24 17:18:38 2020. -Job was executed on host(s) <1*nid01532>, in queue , as user in cluster at Fri Jan 24 17:52:58 2020. - <24*nid00589> +Job was submitted from host by user in cluster at Mon Feb 3 18:32:47 2020. +Job was executed on host(s) <1*nid02108>, in queue , as user in cluster at Mon Feb 3 18:33:15 2020. + <24*nid01260> was used as the home directory. - was used as the working directory. -Started at Fri Jan 24 17:52:58 2020. -Terminated at Fri Jan 24 18:06:25 2020. -Results reported at Fri Jan 24 18:06:25 2020. + was used as the working directory. +Started at Mon Feb 3 18:33:15 2020. +Terminated at Mon Feb 3 18:45:30 2020. +Results reported at Mon Feb 3 18:45:30 2020. Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/src ; ./install.sh fv3.exe" +/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/src ; ./install.sh fv3.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 0.88 sec. - Max Memory : 25 MB - Average Memory : 20.29 MB + CPU time : 0.91 sec. + Max Memory : 24 MB + Average Memory : 20.00 MB Total Requested Memory : 2000.00 MB - Delta Memory : 1975.00 MB + Delta Memory : 1976.00 MB Max Swap : - Max Processes : 5 Max Threads : 6 - Run time : 804 sec. - Turnaround time : 2867 sec. + Run time : 732 sec. + Turnaround time : 763 sec. The output (if any) is above this job summary. -Data collected from /ufs/RUR/output/rur.output.NCEP-RESTON@798297 +Data collected from /ufs/RUR/output/rur.output.NCEP-RESTON@995693 ------------------------------------------------------------------------ -ALPS Resource Utilization Report (RUR) Summary for LSF Job: 798297 +ALPS Resource Utilization Report (RUR) Summary for LSF Job: 995693 STATUS: - APP START: 2020-01-24:17:53:02 UTC - APP STOP: 2020-01-24:18:06:22 UTC + APP START: 2020-02-03:18:33:19 UTC + APP STOP: 2020-02-03:18:45:27 UTC exit codes: 0 core files: 0 CPU: - stime: 88.972000 s - utime: 944.840000 s + stime: 90.144000 s + utime: 942.296000 s MEMORY: max_rss: 2123.99 MiB accumulated max_rss: 2123.99 MiB - active(anon): 27.46 MiB - active(file): 1.32 MiB - inactive(anon): 1.07 MiB - inactive(file): 7.26 MiB - majfaults: 885 - minfaults: 23751958 + active(anon): 25.55 MiB + active(file): 1.91 MiB + inactive(anon): 1.38 MiB + inactive(file): 7.03 MiB + majfaults: 1145 + minfaults: 23703286 pageswpcnt: 0 I/O: - rcalls: 3988192 - wcalls: 65363 - rchar: 130289.17 MiB - wchar: 683.86 MiB - bkiowait: 1.2018910460 s + rcalls: 4009137 + wcalls: 65370 + rchar: 130098.51 MiB + wchar: 686.03 MiB + bkiowait: 1.1416086580 s diff --git a/log/report-wcoss.cray-log/build_fv3_32bit.exe.log b/log/report-wcoss.cray-log/build_fv3_32bit.exe.log index 3de60a2c76..6238ac315a 100644 --- a/log/report-wcoss.cray-log/build_fv3_32bit.exe.log +++ b/log/report-wcoss.cray-log/build_fv3_32bit.exe.log @@ -1,14 +1,14 @@ -Jan 24 18:37:10 2020 14483 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=16664629 +Feb 3 18:46:31 2020 13093 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=16864172 + [[ fv3_32bit.exe == fv3.exe ]] + [[ fv3_32bit.exe == fv3_32bit.exe ]] -+ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_32bit.exe -+ modules=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules.fv3_32bit ++ rm -f /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3_32bit.exe ++ modules=/gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/include/modules.fv3_32bit + BUILD_NR= -+ fv3=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_32bit.exe ++ fv3=/gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3_32bit.exe + MAKE_OPTS=32BIT=Y -+ md5=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_32bit.exe.md5 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/ -+ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_32bit.exe /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules.fv3_32bit ++ md5=/gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3_32bit.exe.md5 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/ ++ rm -f /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3_32bit.exe /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/include/modules.fv3_32bit + module load alps ++ /opt/modules/3.2.10.3/bin/modulecmd bash load alps + eval CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari' ';export' 'LOADEDMODULES;MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;PE_PRODUCT_LIST=CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH;_LMFILES_=/opt/modulefiles/xt-lsfhpc/9.1.3:/usrx/local/emc_rocoto/modulefiles/rocoto/1.3.0rc2:/gpfs/hps3/emc/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari' ';export' '_LMFILES_;' @@ -35,11 +35,11 @@ Jan 24 18:37:10 2020 14483 7 9.1.3 jobSetupStatus: job additionalInfo reservatio + [[ wcoss.cray == wcoss.cray ]] ++ echo wcoss.cray ++ sed 's,\.,_,g' -+ aprun -n 1 -j 1 -N 1 -d 24 ./compile.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 wcoss_cray 32BIT=Y ++ aprun -n 1 -j 1 -N 1 -d 24 ./compile.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 wcoss_cray 32BIT=Y + SECONDS=0 + [[ 3 -lt 2 ]] -+ readonly PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -+ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ++ readonly PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ++ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 + readonly BUILD_TARGET=wcoss_cray + BUILD_TARGET=wcoss_cray + readonly MAKE_OPT=32BIT=Y @@ -51,7 +51,7 @@ Jan 24 18:37:10 2020 14483 7 9.1.3 jobSetupStatus: job additionalInfo reservatio + readonly clean_after=YES + clean_after=YES + hostname -nid00009 +nid01721 + echo 'Compiling 32BIT=Y into fv3.exe on wcoss_cray' + gnu_make=gmake Compiling 32BIT=Y into fv3.exe on wcoss_cray @@ -66,7 +66,7 @@ Using $MAKE_THREADS=8 threads to build FV3 and FMS. Consider reducing $MAKE_THREADS if you hit memory or process limits. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. + gnu_make='gmake -j 8' -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../NEMS ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] + [[ 32BIT=Y == *\W\W\3\=\Y* ]] @@ -78,13 +78,13 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_cray FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -95,13 +95,13 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) @@ -109,158 +109,158 @@ Cleaning ... Build standalone FV3 gfsphysics ... makefile:278: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... makefile:67: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... makefile:54: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... makefile:86: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_cray FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3" -+ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3 -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ - echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ - echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems +set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/modules.fv3" ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/modules.fv3 +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ - ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ + ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y all Currently Loaded Modulefiles: 1) craype-network-aries @@ -289,7 +289,7 @@ Currently Loaded Modulefiles: 24) w3nco/2.0.7 25) w3emc/2.3.1 26) nemsio/2.2.4 - 27) post/8.0.1 + 27) post/8.0.4 28) rca/1.0.0-2.0502.60530.1.62.ari 29) alps/5.2.4-2.0502.9822.32.1.ari 30) xpmem/0.1-2.0502.64982.7.25.ari @@ -298,72 +298,72 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. Using 8-byte addressing Using pure routines. -Using allocatable derived type array members. -Using cray pointers. Using 8-byte addressing +Using allocatable derived type array members. Using pure routines. Using allocatable derived type array members. -Using cray pointers. Using 8-byte addressing +Using cray pointers. Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o +Using cray pointers. Using 8-byte addressing Using pure routines. Using allocatable derived type array members. -Using cray pointers. Using 8-byte addressing +Using cray pointers. Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -372,14 +372,14 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -389,32 +389,31 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -427,84 +426,85 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o ar: creating libfms.a a - ../oda_tools/xbt_drop_rate_adjust.o @@ -592,18 +592,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Compiling 32BIT=Y into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray -cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall +mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +Compiling 32BIT=Y into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -631,7 +631,7 @@ Currently Loaded Modulefiles: 24) w3nco/2.0.7 25) w3emc/2.3.1 26) nemsio/2.2.4 - 27) post/8.0.1 + 27) post/8.0.4 28) rca/1.0.0-2.0502.60530.1.62.ari 29) alps/5.2.4-2.0502.9822.32.1.ari 30) xpmem/0.1-2.0502.64982.7.25.ari @@ -640,196 +640,196 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... makefile:278: depend: No such file or directory -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -984,49 +984,50 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... makefile:54: depend: No such file or directory -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +gmake -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 -ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.4_4 -c post_nems_routines.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf_parallel.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.4_4 -c post_gfs.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 +ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o a - FV3GFS_io.o @@ -1034,69 +1035,70 @@ a - post_gfs.o a - post_nems_routines.o a - module_write_nemsio.o a - module_write_netcdf.o +a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1143,49 +1145,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... makefile:86: depend: No such file or directory -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1218,14 +1220,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1233,35 +1235,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ - echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ + echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ - for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ + for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ - echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ + echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; \ gmake nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ - test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" ; \ + test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -1289,7 +1291,7 @@ Currently Loaded Modulefiles: 24) w3nco/2.0.7 25) w3emc/2.3.1 26) nemsio/2.2.4 - 27) post/8.0.1 + 27) post/8.0.4 28) rca/1.0.0-2.0502.60530.1.62.ari 29) alps/5.2.4-2.0502.9822.32.1.ari 30) xpmem/0.1-2.0502.64982.7.25.ari @@ -1298,10 +1300,10 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" @@ -1310,202 +1312,202 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' cc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:58:53 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o `module_NEMS_UTILS.tmp.o' -> `module_NEMS_UTILS.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:58:53 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o `module_MEDIATOR_methods.tmp.o' -> `module_MEDIATOR_methods.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:58:53 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o `module_MEDIATOR.tmp.o' -> `module_MEDIATOR.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:58:53 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o `module_MEDIATOR_SpaceWeather.tmp.o' -> `module_MEDIATOR_SpaceWeather.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:58:53 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o `module_EARTH_INTERNAL_STATE.tmp.o' -> `module_EARTH_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:58:53 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o `module_EARTH_GRID_COMP.tmp.o' -> `module_EARTH_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:58:53 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o `module_NEMS_INTERNAL_STATE.tmp.o' -> `module_NEMS_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:58:53 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o `module_NEMS_GRID_COMP.tmp.o' -> `module_NEMS_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:58:53 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o `module_NEMS_Rusage.tmp.o' -> `module_NEMS_Rusage.o' cc -c nems_c_rusage.c -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 18:47:59 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 18:58:53 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o `MAIN_NEMS.tmp.o' -> `MAIN_NEMS.o' echo libgocart is libgocart is -echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.4_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.4_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.4_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz /opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/jasper/1.900.1/gnu/sandybridge/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/libesmf.a(ESMCI_VMKernel.o): In function `ESMCI::socketClient()': ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe" -+ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/fv3.exe" ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_cray FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -+ elapsed=766 -+ echo 'Elapsed time 766 seconds. Compiling 32BIT=Y finished' -Elapsed time 766 seconds. Compiling 32BIT=Y finished -Application 173164831 resources: utime ~934s, stime ~81s, Rss ~2174972, inblocks ~266426149, outblocks ~1443687 -+ mkdir -p /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include -+ cp -fp ./fv3.exe /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_32bit.exe -+ cp -fp ./modules.fv3 /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules.fv3_32bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' ++ elapsed=859 ++ echo 'Elapsed time 859 seconds. Compiling 32BIT=Y finished' +Elapsed time 859 seconds. Compiling 32BIT=Y finished +Application 175450044 resources: utime ~932s, stime ~79s, Rss ~2174968, inblocks ~265973761, outblocks ~1448125 ++ mkdir -p /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/include ++ cp -fp ./fv3.exe /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3_32bit.exe ++ cp -fp ./modules.fv3 /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/include/modules.fv3_32bit + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1514,27 +1516,27 @@ Application 173164831 resources: utime ~934s, stime ~81s, Rss ~2174972, inblocks + unset md5 + set -xe + set -xe -+ test -s /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_32bit.exe -+ test -x /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_32bit.exe ++ test -s /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3_32bit.exe ++ test -x /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3_32bit.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 798969: in cluster Done +Sender: LSF System +Subject: Job 995818: in cluster Done -Job was submitted from host by user in cluster at Fri Jan 24 18:06:35 2020. -Job was executed on host(s) <1*nid01340>, in queue , as user in cluster at Fri Jan 24 18:37:08 2020. - <24*nid00009> +Job was submitted from host by user in cluster at Mon Feb 3 18:46:29 2020. +Job was executed on host(s) <1*nid00700>, in queue , as user in cluster at Mon Feb 3 18:46:30 2020. + <24*nid01721> was used as the home directory. - was used as the working directory. -Started at Fri Jan 24 18:37:08 2020. -Terminated at Fri Jan 24 18:50:03 2020. -Results reported at Fri Jan 24 18:50:03 2020. + was used as the working directory. +Started at Mon Feb 3 18:46:30 2020. +Terminated at Mon Feb 3 19:00:59 2020. +Results reported at Mon Feb 3 19:00:59 2020. Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/src ; ./install.sh fv3_32bit.exe" +/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/src ; ./install.sh fv3_32bit.exe" ------------------------------------------------------------ Successfully completed. @@ -1542,55 +1544,55 @@ Successfully completed. Resource usage summary: CPU time : 0.89 sec. - Max Memory : 25 MB - Average Memory : 20.80 MB + Max Memory : 24 MB + Average Memory : 20.61 MB Total Requested Memory : 2000.00 MB - Delta Memory : 1975.00 MB + Delta Memory : 1976.00 MB Max Swap : - Max Processes : 5 Max Threads : 6 - Run time : 772 sec. - Turnaround time : 2608 sec. + Run time : 864 sec. + Turnaround time : 870 sec. The output (if any) is above this job summary. -Data collected from /ufs/RUR/output/rur.output.NCEP-RESTON@798969 +Data collected from /ufs/RUR/output/rur.output.NCEP-RESTON@995818 ------------------------------------------------------------------------ -ALPS Resource Utilization Report (RUR) Summary for LSF Job: 798969 +ALPS Resource Utilization Report (RUR) Summary for LSF Job: 995818 STATUS: - APP START: 2020-01-24:18:37:13 UTC - APP STOP: 2020-01-24:18:50:00 UTC - exit codes: 0 + APP START: 2020-02-03:18:46:34 UTC + APP STOP: 2020-02-03:19:00:56 UTC + exit codes: 0 9 core files: 0 CPU: - stime: 91.440000 s - utime: 939.980000 s + stime: 89.432000 s + utime: 937.636000 s MEMORY: max_rss: 2123.99 MiB accumulated max_rss: 2123.99 MiB - active(anon): 28.15 MiB - active(file): 1.32 MiB - inactive(anon): 2.50 MiB - inactive(file): 7.69 MiB - majfaults: 995 - minfaults: 23922391 + active(anon): 26.89 MiB + active(file): 1.91 MiB + inactive(anon): 1.58 MiB + inactive(file): 4.95 MiB + majfaults: 1020 + minfaults: 23869808 pageswpcnt: 0 I/O: - rcalls: 4007081 - wcalls: 65816 - rchar: 130093.39 MiB - wchar: 705.74 MiB - bkiowait: 2.8132100450 s + rcalls: 4043171 + wcalls: 65835 + rchar: 129872.50 MiB + wchar: 707.92 MiB + bkiowait: 1.0548892290 s diff --git a/log/report-wcoss.cray-log/build_fv3_appbuilder.exe.log b/log/report-wcoss.cray-log/build_fv3_appbuilder.exe.log index 15b64f9ae2..a2f6c2e863 100644 --- a/log/report-wcoss.cray-log/build_fv3_appbuilder.exe.log +++ b/log/report-wcoss.cray-log/build_fv3_appbuilder.exe.log @@ -1,14 +1,14 @@ -Jan 24 20:03:51 2020 24115 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=16666091 +Feb 3 19:39:40 2020 48061 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=16864784 + [[ fv3_appbuilder.exe == fv3.exe ]] + [[ fv3_appbuilder.exe == fv3_32bit.exe ]] + [[ fv3_appbuilder.exe == fv3_ww3.exe ]] + [[ fv3_appbuilder.exe == fv3_appbuilder.exe ]] -+ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_appbuilder.exe -+ md5sum=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_appbuilder.exe.md5 ++ rm -f /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3_appbuilder.exe ++ md5sum=/gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3_appbuilder.exe.md5 + OPTS=app=standaloneFV3 -+ mkdir -p /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include -+ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_appbuilder.exe /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules_appbuilder.fv3 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model ++ mkdir -p /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/include ++ rm -f /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3_appbuilder.exe /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/include/modules_appbuilder.fv3 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model + module load alps ++ /opt/modules/3.2.10.3/bin/modulecmd bash load alps + eval CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari' ';export' 'LOADEDMODULES;MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;PE_PRODUCT_LIST=CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH;_LMFILES_=/opt/modulefiles/xt-lsfhpc/9.1.3:/usrx/local/emc_rocoto/modulefiles/rocoto/1.3.0rc2:/gpfs/hps3/emc/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari' ';export' '_LMFILES_;' @@ -36,166 +36,166 @@ Jan 24 20:03:51 2020 24115 7 9.1.3 jobSetupStatus: job additionalInfo reservatio + aprun -n 1 -j 1 -N 1 -d 24 bash -c './NEMS/NEMSAppBuilder rebuild app=standaloneFV3' ls: cannot access ../conf/component_*.mk: No such file or directory NEMSAppBuilder: make app=standaloneFV3 distclean -Convert /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder -...into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/standaloneFV3.appBuilder +...into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/standaloneFV3.appBuilder.mk +Include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/standaloneFV3.appBuilder.mk +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec make -f makefile.temp.clean clean -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec make \ +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... makefile:67: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test_results.mk NEMSAppBuilder: make app=standaloneFV3 build -Convert /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder -...into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/standaloneFV3.appBuilder +...into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/standaloneFV3.appBuilder.mk +Include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/standaloneFV3.appBuilder.mk +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ - echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ - echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +make -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ - ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ + ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec make all Currently Loaded Modulefiles: 1) craype-network-aries @@ -224,7 +224,7 @@ Currently Loaded Modulefiles: 24) w3nco/2.0.7 25) w3emc/2.3.1 26) nemsio/2.2.4 - 27) post/8.0.1 + 27) post/8.0.4 28) rca/1.0.0-2.0502.60530.1.62.ari 29) alps/5.2.4-2.0502.9822.32.1.ari 30) xpmem/0.1-2.0502.64982.7.25.ari @@ -233,213 +233,213 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o +cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o ar: creating libfms.a a - ../oda_tools/xbt_drop_rate_adjust.o @@ -527,18 +527,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray -cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -566,7 +566,7 @@ Currently Loaded Modulefiles: 24) w3nco/2.0.7 25) w3emc/2.3.1 26) nemsio/2.2.4 - 27) post/8.0.1 + 27) post/8.0.4 28) rca/1.0.0-2.0502.60530.1.62.ari 29) alps/5.2.4-2.0502.9822.32.1.ari 30) xpmem/0.1-2.0502.64982.7.25.ari @@ -575,196 +575,196 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Building dependencies ... -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +make -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +make -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... makefile:278: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -919,49 +919,50 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +make -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... makefile:54: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +make -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 -ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.4_4 -c post_gfs.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.4_4 -c post_nems_routines.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf_parallel.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 +ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o a - FV3GFS_io.o @@ -969,69 +970,70 @@ a - post_gfs.o a - post_nems_routines.o a - module_write_nemsio.o a - module_write_netcdf.o +a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1078,49 +1080,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... makefile:86: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1153,14 +1155,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +make libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1168,35 +1170,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +make esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ - echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ + echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ - for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ + for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ - echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ + echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; \ make nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ - test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" ; \ + test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -1224,7 +1226,7 @@ Currently Loaded Modulefiles: 24) w3nco/2.0.7 25) w3emc/2.3.1 26) nemsio/2.2.4 - 27) post/8.0.1 + 27) post/8.0.4 28) rca/1.0.0-2.0502.60530.1.62.ari 29) alps/5.2.4-2.0502.9822.32.1.ari 30) xpmem/0.1-2.0502.64982.7.25.ari @@ -1233,10 +1235,10 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" @@ -1245,106 +1247,106 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' cc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:58:33 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o `module_NEMS_UTILS.tmp.o' -> `module_NEMS_UTILS.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:58:33 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o `module_MEDIATOR_methods.tmp.o' -> `module_MEDIATOR_methods.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:58:33 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o `module_MEDIATOR.tmp.o' -> `module_MEDIATOR.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:58:33 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o `module_MEDIATOR_SpaceWeather.tmp.o' -> `module_MEDIATOR_SpaceWeather.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:58:33 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o `module_EARTH_INTERNAL_STATE.tmp.o' -> `module_EARTH_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:58:33 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o `module_EARTH_GRID_COMP.tmp.o' -> `module_EARTH_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:58:33 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o `module_NEMS_INTERNAL_STATE.tmp.o' -> `module_NEMS_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:58:33 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o `module_NEMS_GRID_COMP.tmp.o' -> `module_NEMS_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:58:33 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o `module_NEMS_Rusage.tmp.o' -> `module_NEMS_Rusage.o' cc -c nems_c_rusage.c -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 20:23:56 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 19:58:33 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o `MAIN_NEMS.tmp.o' -> `MAIN_NEMS.o' echo libgocart is libgocart is -echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.4_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.4_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.4_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz /opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/jasper/1.900.1/gnu/sandybridge/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/libesmf.a(ESMCI_VMKernel.o): In function `ESMCI::socketClient()': ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -Application 173179285 resources: utime ~902s, stime ~64s, Rss ~2174972, inblocks ~266622238, outblocks ~1192653 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src -+ cp -fp ../exe/NEMS.x /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_appbuilder.exe -+ cp -fp conf/modules.nems /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules_appbuilder.fv3 -+ md5sum /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_appbuilder.exe +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +Application 175454781 resources: utime ~900s, stime ~61s, Rss ~2174968, inblocks ~266211429, outblocks ~1196412 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ++ cp -fp ../exe/NEMS.x /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3_appbuilder.exe ++ cp -fp conf/modules.nems /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/include/modules_appbuilder.fv3 ++ md5sum /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3_appbuilder.exe + unset md5sum + unset OPTS + set -xe + set -xe -+ test -s /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_appbuilder.exe -+ test -x /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_appbuilder.exe ++ test -s /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3_appbuilder.exe ++ test -x /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3_appbuilder.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 800466: in cluster Done +Sender: LSF System +Subject: Job 996477: in cluster Done -Job was submitted from host by user in cluster at Fri Jan 24 19:46:03 2020. -Job was executed on host(s) <1*nid01340>, in queue , as user in cluster at Fri Jan 24 20:03:50 2020. - <24*nid02301> +Job was submitted from host by user in cluster at Mon Feb 3 19:39:38 2020. +Job was executed on host(s) <1*nid00508>, in queue , as user in cluster at Mon Feb 3 19:39:39 2020. + <24*nid02285> was used as the home directory. - was used as the working directory. -Started at Fri Jan 24 20:03:50 2020. -Terminated at Fri Jan 24 20:26:03 2020. -Results reported at Fri Jan 24 20:26:03 2020. + was used as the working directory. +Started at Mon Feb 3 19:39:39 2020. +Terminated at Mon Feb 3 20:00:20 2020. +Results reported at Mon Feb 3 20:00:20 2020. Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/src ; ./install.sh fv3_appbuilder.exe" +/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/src ; ./install.sh fv3_appbuilder.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 0.90 sec. + CPU time : 0.92 sec. Max Memory : 25 MB Average Memory : 20.00 MB Total Requested Memory : 2000.00 MB @@ -1352,48 +1354,48 @@ Resource usage summary: Max Swap : - Max Processes : 5 Max Threads : 6 - Run time : 1330 sec. - Turnaround time : 2400 sec. + Run time : 1236 sec. + Turnaround time : 1242 sec. The output (if any) is above this job summary. -Data collected from /ufs/RUR/output/rur.output.NCEP-RESTON@800466 +Data collected from /ufs/RUR/output/rur.output.NCEP-RESTON@996477 ------------------------------------------------------------------------ -ALPS Resource Utilization Report (RUR) Summary for LSF Job: 800466 +ALPS Resource Utilization Report (RUR) Summary for LSF Job: 996477 STATUS: - APP START: 2020-01-24:20:03:54 UTC - APP STOP: 2020-01-24:20:26:01 UTC + APP START: 2020-02-03:19:39:43 UTC + APP STOP: 2020-02-03:20:00:15 UTC exit codes: 0 9 core files: 0 CPU: - stime: 74.832000 s - utime: 907.824000 s + stime: 72.244000 s + utime: 905.868000 s MEMORY: max_rss: 2123.99 MiB accumulated max_rss: 2123.99 MiB - active(anon): 25.84 MiB - active(file): 1.49 MiB - inactive(anon): 2.73 MiB - inactive(file): 7.71 MiB - majfaults: 762 - minfaults: 23596802 + active(anon): 30.32 MiB + active(file): 1.55 MiB + inactive(anon): 1.12 MiB + inactive(file): 7.45 MiB + majfaults: 756 + minfaults: 23548496 pageswpcnt: 0 I/O: - rcalls: 4004576 - wcalls: 64895 - rchar: 130188.74 MiB - wchar: 582.47 MiB - bkiowait: 1.3663781240 s + rcalls: 4015675 + wcalls: 64892 + rchar: 129988.15 MiB + wchar: 584.31 MiB + bkiowait: 1.0028708000 s diff --git a/log/report-wcoss.cray-log/build_fv3_ww3.exe.log b/log/report-wcoss.cray-log/build_fv3_ww3.exe.log index 3123c8871c..f3ebf0926e 100644 --- a/log/report-wcoss.cray-log/build_fv3_ww3.exe.log +++ b/log/report-wcoss.cray-log/build_fv3_ww3.exe.log @@ -1,2049 +1,42 @@ -Jan 24 19:09:51 2020 41918 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=16665253 -+ [[ fv3_ww3.exe == fv3.exe ]] -+ [[ fv3_ww3.exe == fv3_32bit.exe ]] -+ [[ fv3_ww3.exe == fv3_ww3.exe ]] -+ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_ww3.exe -+ md5sum=/gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_ww3.exe.md5 -+ OPTS=app=coupledFV3_WW3 -+ mkdir -p /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include -+ rm -f /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_ww3.exe /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules_fv3_ww3 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model -+ module load alps -++ /opt/modules/3.2.10.3/bin/modulecmd bash load alps -+ eval CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari' ';export' 'LOADEDMODULES;MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;PE_PRODUCT_LIST=CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH;_LMFILES_=/opt/modulefiles/xt-lsfhpc/9.1.3:/usrx/local/emc_rocoto/modulefiles/rocoto/1.3.0rc2:/gpfs/hps3/emc/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari' ';export' '_LMFILES_;' -++ CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include -++ export CRAY_ALPS_INCLUDE_OPTS -++ CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64 -++ export CRAY_ALPS_POST_LINK_OPTS -++ CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64 -++ export CRAY_LD_LIBRARY_PATH -++ LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari -++ export LOADEDMODULES -++ MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man -++ export MANPATH -++ PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse -++ export PATH -++ PE_PRODUCT_LIST=CRAY_ALPS -++ export PE_PRODUCT_LIST -++ PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig -++ export PKG_CONFIG_PATH -++ _LMFILES_=/opt/modulefiles/xt-lsfhpc/9.1.3:/usrx/local/emc_rocoto/modulefiles/rocoto/1.3.0rc2:/gpfs/hps3/emc/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari -++ export _LMFILES_ -+ which aprun -/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin/aprun -+ [[ wcoss.cray == wcoss.cray ]] -+ aprun -n 1 -j 1 -N 1 -d 24 bash -c './NEMS/NEMSAppBuilder rebuild app=coupledFV3_WW3' -ls: cannot access ../conf/component_*.mk: No such file or directory -NEMSAppBuilder: make app=coupledFV3_WW3 distclean -Convert /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder -...into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -Include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -echo 'FMS FV3 WW3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ - exec make -f makefile.temp.clean clean -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -Cleaning fms ... - -cd .. ; \ - ls -1 */*.a */*.o */*.mod */depend \ - | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ - rm -rf FMS_INSTALL || true -ls: cannot access */*.a: No such file or directory -ls: cannot access */*.o: No such file or directory -ls: cannot access */*.mod: No such file or directory -ls: cannot access */depend: No such file or directory -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec make \ - -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -Cleaning ... - -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -makefile:278: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -makefile:67: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -makefile:54: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -makefile:86: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf ; \ - export COMP_SRCDIR="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_cray" ; \ - export ESMFMKFILE=/dev/null ; \ - exec make distclean -Currently Loaded Modulefiles: - 1) craype-network-aries - 2) craype/2.3.0 - 3) cray-libsci/13.0.3 - 4) pmi/5.0.11 - 5) atp/1.8.1 - 6) PrgEnv-intel/5.2.82 - 7) intel/16.3.210 - 8) cray-netcdf/4.3.3.1 - 9) cray-hdf5/1.8.14 - 10) xt-lsfhpc/9.1.3 - 11) craype-haswell - 12) python/2.7.14 - 13) cmake/3.6.2 - 14) gcc/4.9.2 - 15) jasper-gnu-sandybridge/1.900.1 - 16) png-intel-sandybridge/1.2.49 - 17) zlib-intel-sandybridge/1.2.7 - 18) crtm-intel/2.2.6 - 19) g2/3.1.1 - 20) g2tmpl/1.6.0 - 21) bacio/2.0.3 - 22) ip/3.0.2 - 23) sp/2.0.3 - 24) w3nco/2.0.7 - 25) w3emc/2.3.1 - 26) nemsio/2.2.4 - 27) post/8.0.1 - 28) rca/1.0.0-2.0502.60530.1.62.ari - 29) alps/5.2.4-2.0502.9822.32.1.ari - 30) xpmem/0.1-2.0502.64982.7.25.ari - 31) gni-headers/4.0-1.0502.10859.9.24.ari - 32) udreg/2.3.2-1.0502.10518.2.17.ari - 33) ugni/6.0-1.0502.10863.8.29.ari - 34) esmf/8.0.0 - 35) modules.nems -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' -\rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_clean -c - - ***************************** - *** WAVEWATCH III clean *** - ***************************** - - Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp - Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin - Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn - Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/aux - Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod - Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB - Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_SEQ - Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj - Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj_HYB - Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj_SEQ - Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp - Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin - Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/exe - Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/../regtests -\rm -fr /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp -\rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/wwatch3.env -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' -cd "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model" ; \ - rm -rf exe mod* obj* tmp ftn/makefile ftn/makefile_DIST \ - ftn/makefile_SHRD esmf/wwatch3.env aux/makefile \ - bin/link bin/comp ; \ - find . -name '*.o' -o -name '*.mod' -o -name '*.a' \ - | xargs rm -f -rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - delete_nuopc=yes ; \ - fi ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3 WW3" \ - INCLUDES_ARE_OPTIONAL=YES clean ; \ - if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - fi -Components in linker order: WW3 FV3 FMS -WW3: include -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -GNUmakefile:70: : component WW3 makefile fragment is missing -FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; make clean -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk -NEMSAppBuilder: make app=coupledFV3_WW3 build -Convert /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder -...into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -Include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -echo 'FMS FV3 WW3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ - echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ - echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' -if [ -f "/modules.nems" ] ; then \ - . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ - fi ; \ - ( \ - echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ - echo "CASELESS_FILESYSTEM=NO" ; \ - if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ - ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ - exec make all -Currently Loaded Modulefiles: - 1) craype-network-aries - 2) craype/2.3.0 - 3) cray-libsci/13.0.3 - 4) pmi/5.0.11 - 5) atp/1.8.1 - 6) PrgEnv-intel/5.2.82 - 7) intel/16.3.210 - 8) cray-netcdf/4.3.3.1 - 9) cray-hdf5/1.8.14 - 10) xt-lsfhpc/9.1.3 - 11) craype-haswell - 12) python/2.7.14 - 13) cmake/3.6.2 - 14) gcc/4.9.2 - 15) jasper-gnu-sandybridge/1.900.1 - 16) png-intel-sandybridge/1.2.49 - 17) zlib-intel-sandybridge/1.2.7 - 18) crtm-intel/2.2.6 - 19) g2/3.1.1 - 20) g2tmpl/1.6.0 - 21) bacio/2.0.3 - 22) ip/3.0.2 - 23) sp/2.0.3 - 24) w3nco/2.0.7 - 25) w3emc/2.3.1 - 26) nemsio/2.2.4 - 27) post/8.0.1 - 28) rca/1.0.0-2.0502.60530.1.62.ari - 29) alps/5.2.4-2.0502.9822.32.1.ari - 30) xpmem/0.1-2.0502.64982.7.25.ari - 31) gni-headers/4.0-1.0502.10859.9.24.ari - 32) udreg/2.3.2-1.0502.10518.2.17.ari - 33) ugni/6.0-1.0502.10863.8.29.ari - 34) esmf/8.0.0 - 35) modules.nems -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -Building dependencies ... -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o -ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o -ar: creating libfms.a -a - ../oda_tools/xbt_drop_rate_adjust.o -a - ../affinity/fms_affinity.o -a - ../amip_interp/amip_interp.o -a - ../astronomy/astronomy.o -a - ../axis_utils/axis_utils.o -a - ../block_control/block_control.o -a - ../column_diagnostics/column_diagnostics.o -a - ../constants/constants.o -a - ../coupler/atmos_ocean_fluxes.o -a - ../coupler/coupler_types.o -a - ../coupler/ensemble_manager.o -a - ../data_override/data_override.o -a - ../diag_integral/diag_integral.o -a - ../diag_manager/diag_axis.o -a - ../diag_manager/diag_data.o -a - ../diag_manager/diag_grid.o -a - ../diag_manager/diag_manifest.o -a - ../diag_manager/diag_manager.o -a - ../diag_manager/diag_output.o -a - ../diag_manager/diag_table.o -a - ../diag_manager/diag_util.o -a - ../drifters/cloud_interpolator.o -a - ../drifters/drifters.o -a - ../drifters/drifters_comm.o -a - ../drifters/drifters_core.o -a - ../drifters/drifters_input.o -a - ../drifters/drifters_io.o -a - ../drifters/quicksort.o -a - ../exchange/stock_constants.o -a - ../exchange/xgrid.o -a - ../fft/fft.o -a - ../fft/fft99.o -a - ../field_manager/field_manager.o -a - ../field_manager/fm_util.o -a - ../fms/fms.o -a - ../fms/fms_io.o -a - ../horiz_interp/horiz_interp.o -a - ../horiz_interp/horiz_interp_bicubic.o -a - ../horiz_interp/horiz_interp_bilinear.o -a - ../horiz_interp/horiz_interp_conserve.o -a - ../horiz_interp/horiz_interp_spherical.o -a - ../horiz_interp/horiz_interp_type.o -a - ../interpolator/interpolator.o -a - ../memutils/memutils.o -a - ../monin_obukhov/monin_obukhov.o -a - ../monin_obukhov/monin_obukhov_kernel.o -a - ../mosaic/gradient.o -a - ../mosaic/grid.o -a - ../mosaic/mosaic.o -a - ../mpp/mpp.o -a - ../mpp/mpp_data.o -a - ../mpp/mpp_domains.o -a - ../mpp/mpp_efp.o -a - ../mpp/mpp_io.o -a - ../mpp/mpp_memutils.o -a - ../mpp/mpp_parameter.o -a - ../mpp/mpp_pset.o -a - ../mpp/mpp_utilities.o -a - ../oda_tools/oda_core.o -a - ../oda_tools/oda_core_ecda.o -a - ../oda_tools/oda_types.o -a - ../oda_tools/write_ocean_data.o -a - ../platform/platform.o -a - ../random_numbers/MersenneTwister.o -a - ../random_numbers/random_numbers.o -a - ../sat_vapor_pres/sat_vapor_pres.o -a - ../sat_vapor_pres/sat_vapor_pres_k.o -a - ../station_data/station_data.o -a - ../time_interp/time_interp.o -a - ../time_interp/time_interp_external.o -a - ../time_manager/get_cal_time.o -a - ../time_manager/time_manager.o -a - ../topography/gaussian_topog.o -a - ../topography/topography.o -a - ../tracer_manager/tracer_manager.o -a - ../tridiagonal/tridiagonal.o -a - ../affinity/affinity.o -a - ../memutils/memuse.o -a - ../mosaic/create_xgrid.o -a - ../mosaic/gradient_c2l.o -a - ../mosaic/interp.o -a - ../mosaic/mosaic_util.o -a - ../mosaic/read_mosaic.o -a - ../mpp/nsclock.o -a - ../mpp/threadloc.o -mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray -cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL nemsinstall -Currently Loaded Modulefiles: - 1) craype-network-aries - 2) craype/2.3.0 - 3) cray-libsci/13.0.3 - 4) pmi/5.0.11 - 5) atp/1.8.1 - 6) PrgEnv-intel/5.2.82 - 7) intel/16.3.210 - 8) cray-netcdf/4.3.3.1 - 9) cray-hdf5/1.8.14 - 10) xt-lsfhpc/9.1.3 - 11) craype-haswell - 12) python/2.7.14 - 13) cmake/3.6.2 - 14) gcc/4.9.2 - 15) jasper-gnu-sandybridge/1.900.1 - 16) png-intel-sandybridge/1.2.49 - 17) zlib-intel-sandybridge/1.2.7 - 18) crtm-intel/2.2.6 - 19) g2/3.1.1 - 20) g2tmpl/1.6.0 - 21) bacio/2.0.3 - 22) ip/3.0.2 - 23) sp/2.0.3 - 24) w3nco/2.0.7 - 25) w3emc/2.3.1 - 26) nemsio/2.2.4 - 27) post/8.0.1 - 28) rca/1.0.0-2.0502.60530.1.62.ari - 29) alps/5.2.4-2.0502.9822.32.1.ari - 30) xpmem/0.1-2.0502.64982.7.25.ari - 31) gni-headers/4.0-1.0502.10859.9.24.ari - 32) udreg/2.3.2-1.0502.10518.2.17.ari - 33) ugni/6.0-1.0502.10863.8.29.ari - 34) esmf/8.0.0 - 35) modules.nems -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -Building dependencies ... -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' - -Build standalone FV3 io ... - -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 -ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o -ar: creating libfv3cpl.a -a - module_cplfields.o -a - module_cap_cpl.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -makefile:278: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o -ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o -ar: creating libgfsphys.a -a - physics/cnvc90.o -a - physics/co2hc.o -a - physics/date_def.o -a - physics/dcyc2.o -a - physics/dcyc2.pre.rad.o -a - physics/efield.o -a - physics/get_prs.o -a - physics/gocart_tracer_config_stub.o -a - physics/gscond.o -a - physics/gscondp.o -a - physics/gwdc.o -a - physics/gwdps.o -a - physics/ugwp_driver_v0.o -a - physics/cires_orowam2017.o -a - physics/h2o_def.o -a - physics/h2oc.o -a - physics/h2ohdc.o -a - physics/h2ophys.o -a - physics/ideaca.o -a - physics/idea_co2.o -a - physics/idea_composition.o -a - physics/idea_dissipation.o -a - physics/idea_h2o.o -a - physics/idea_ion.o -a - physics/idea_o2_o3.o -a - physics/idea_phys.o -a - physics/idea_solar_heating.o -a - physics/idea_tracer.o -a - physics/iounitdef.o -a - physics/lrgsclr.o -a - physics/mersenne_twister.o -a - physics/mfpbl.o -a - physics/mfpblt.o -a - physics/mfpbltq.o -a - physics/mfscu.o -a - physics/mfscuq.o -a - physics/module_bfmicrophysics.o -a - physics/moninedmf.o -a - physics/moninedmf_hafs.o -a - physics/moninp.o -a - physics/moninp1.o -a - physics/moninq.o -a - physics/moninq1.o -a - physics/moninshoc.o -a - physics/mstadb.o -a - physics/mstadbtn.o -a - physics/mstadbtn2.o -a - physics/mstcnv.o -a - physics/namelist_soilveg.o -a - physics/ozne_def.o -a - physics/iccn_def.o -a - physics/aerclm_def.o -a - physics/ozphys.o -a - physics/ozphys_2015.o -a - physics/physparam.o -a - physics/precpd.o -a - physics/precpd_shoc.o -a - physics/precpdp.o -a - physics/progt2.o -a - physics/progtm_module.o -a - physics/rad_initialize.o -a - physics/radiation_aerosols.o -a - physics/radiation_astronomy.o -a - physics/radiation_clouds.o -a - physics/radiation_gases.o -a - physics/radiation_surface.o -a - physics/radlw_datatb.o -a - physics/radlw_main.o -a - physics/radlw_param.o -a - physics/radsw_datatb.o -a - physics/radsw_main.o -a - physics/radsw_param.o -a - physics/rascnvv2.o -a - physics/rayleigh_damp.o -a - physics/rayleigh_damp_mesopause.o -a - physics/samfaerosols.o -a - physics/samfdeepcnv.o -a - physics/samfshalcnv.o -a - physics/sascnv.o -a - physics/sascnvn.o -a - physics/satmedmfvdif.o -a - physics/satmedmfvdifq.o -a - physics/set_soilveg.o -a - physics/sfc_cice.o -a - physics/sfc_diag.o -a - physics/sfc_diff.o -a - physics/sfc_drv.o -a - physics/sfc_noahmp_drv.o -a - physics/sfc_nst.o -a - physics/sfc_ocean.o -a - physics/sfc_sice.o -a - physics/sflx.o -a - physics/shalcnv.o -a - physics/shalcv.o -a - physics/shalcv_1lyr.o -a - physics/shalcv_fixdp.o -a - physics/shalcv_opr.o -a - physics/tracer_const_h.o -a - physics/tridi2t3.o -a - physics/calpreciptype.o -a - physics/funcphys.o -a - physics/gcm_shoc.o -a - physics/get_prs_fv3.o -a - physics/h2ointerp.o -a - physics/module_nst_model.o -a - physics/module_nst_parameters.o -a - physics/module_nst_water_prop.o -a - physics/ozinterp.o -a - physics/module_wrf_utl.o -a - physics/noahmp_tables.o -a - physics/module_sf_noahmplsm.o -a - physics/module_sf_noahmp_glacier.o -a - physics/iccninterp.o -a - physics/aerinterp.o -a - physics/wam_f107_kp_mod.o -a - physics/aer_cloud.o -a - physics/cldmacro.o -a - physics/cldwat2m_micro.o -a - physics/gfs_phy_tracer_config.o -a - physics/machine.o -a - physics/num_parthds.o -a - physics/sfcsub.o -a - physics/wv_saturation.o -a - physics/GFDL_parse_tracers.o -a - physics/gcycle.o -a - physics/cires_ugwp_initialize.o -a - physics/cires_ugwp_module.o -a - physics/cires_ugwp_utils.o -a - physics/cires_ugwp_triggers.o -a - physics/cires_ugwp_solvers.o -a - physics/cires_vert_lsatdis.o -a - physics/cires_vert_orodis.o -a - physics/cires_vert_wmsdis.o -a - physics/gfdl_cloud_microphys.o -a - physics/micro_mg_utils.o -a - physics/micro_mg2_0.o -a - physics/micro_mg3_0.o -a - physics/m_micro_driver.o -a - physics/cs_conv.o -a - physics/GFS_debug.o -a - physics/module_mp_radar.o -a - physics/module_mp_thompson_gfs.o -a - physics/module_mp_wsm6_fv3.o -a - physics/physcons.o -a - physics/surface_perturbation.o -a - GFS_layer/GFS_abstraction_layer.o -a - GFS_layer/GFS_diagnostics.o -a - GFS_layer/GFS_driver.o -a - GFS_layer/GFS_physics_driver.o -a - GFS_layer/GFS_radiation_driver.o -a - GFS_layer/GFS_restart.o -a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -makefile:54: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o -ar rv libipd.a IPD_driver.o IPD_typedefs.o -ar: creating libipd.a -a - IPD_driver.o -a - IPD_typedefs.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -$ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' - -Build standalone FV3 io ... - -$ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 -ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o -ar: creating libfv3io.a -a - ffsync.o -a - FV3GFS_io.o -a - post_gfs.o -a - post_nems_routines.o -a - module_write_nemsio.o -a - module_write_netcdf.o -a - module_fv3_io_def.o -a - module_write_internal_state.o -a - module_wrt_grid_comp.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ar rv libfv3core.a model/a2b_edge.o model/multi_gases.o model/boundary.o model/dyn_core.o model/fv_arrays.o model/fv_cmp.o model/fv_control.o model/fv_dynamics.o model/fv_fill.o model/fv_grid_utils.o model/fv_mapz.o model/fv_nesting.o model/fv_regional_bc.o model/fv_sg.o model/fv_tracer2d.o model/fv_update_phys.o model/sw_core.o model/tp_core.o model/nh_core.o model/nh_utils.o tools/external_ic.o tools/external_sst.o tools/fv_diagnostics.o tools/fv_eta.o tools/fv_grid_tools.o tools/fv_io.o tools/fv_mp_mod.o tools/fv_nudge.o tools/fv_treat_da_inc.o tools/fv_iau_mod.o tools/fv_restart.o tools/fv_surf_map.o tools/fv_timing.o tools/init_hydro.o tools/sim_nc_mod.o tools/sorted_index.o tools/test_cases.o driver/fvGFS/DYCORE_typedefs.o driver/fvGFS/fv_nggps_diag.o driver/fvGFS/atmosphere.o -ar: creating libfv3core.a -a - model/a2b_edge.o -a - model/multi_gases.o -a - model/boundary.o -a - model/dyn_core.o -a - model/fv_arrays.o -a - model/fv_cmp.o -a - model/fv_control.o -a - model/fv_dynamics.o -a - model/fv_fill.o -a - model/fv_grid_utils.o -a - model/fv_mapz.o -a - model/fv_nesting.o -a - model/fv_regional_bc.o -a - model/fv_sg.o -a - model/fv_tracer2d.o -a - model/fv_update_phys.o -a - model/sw_core.o -a - model/tp_core.o -a - model/nh_core.o -a - model/nh_utils.o -a - tools/external_ic.o -a - tools/external_sst.o -a - tools/fv_diagnostics.o -a - tools/fv_eta.o -a - tools/fv_grid_tools.o -a - tools/fv_io.o -a - tools/fv_mp_mod.o -a - tools/fv_nudge.o -a - tools/fv_treat_da_inc.o -a - tools/fv_iau_mod.o -a - tools/fv_restart.o -a - tools/fv_surf_map.o -a - tools/fv_timing.o -a - tools/init_hydro.o -a - tools/sim_nc_mod.o -a - tools/sorted_index.o -a - tools/test_cases.o -a - driver/fvGFS/DYCORE_typedefs.o -a - driver/fvGFS/fv_nggps_diag.o -a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 stochastic_physics ... - -makefile:86: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o -ar: creating libstochastic_physics.a -a - stochy_gg_def.o -a - stochy_resol_def.o -a - stochy_layout_lag.o -a - four_to_grid_stochy.o -a - glats_stochy.o -a - sumfln_stochy.o -a - gozrineo_stochy.o -a - num_parthds_stochy.o -a - get_ls_node_stochy.o -a - get_lats_node_a_stochy.o -a - setlats_a_stochy.o -a - setlats_lag_stochy.o -a - epslon_stochy.o -a - getcon_lag_stochy.o -a - pln2eo_stochy.o -a - dozeuv_stochy.o -a - dezouv_stochy.o -a - cellular_automata.o -a - update_ca.o -a - plumes.o -a - spectral_layout.o -a - getcon_spectral.o -a - stochy_namelist_def.o -a - compns_stochy.o -a - stochy_internal_state_mod.o -a - stochastic_physics.o -a - stochy_patterngenerator.o -a - stochy_data_mod.o -a - get_stochy_pattern.o -a - initialize_spectral_mod.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 -ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o -ar: creating libfv3cap.a -a - atmos_model.o -a - module_fv3_config.o -a - module_fcst_grid_comp.o -a - time_utils.o -a - fv3_cap.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -# additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk - -Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk - -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! - -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf ; \ - export COMP_SRCDIR="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_cray" ; \ - exec make -j 1 WW3_COMP="wcoss_cray" ww3_nems -Currently Loaded Modulefiles: - 1) craype-network-aries - 2) craype/2.3.0 - 3) cray-libsci/13.0.3 - 4) pmi/5.0.11 - 5) atp/1.8.1 - 6) PrgEnv-intel/5.2.82 - 7) intel/16.3.210 - 8) cray-netcdf/4.3.3.1 - 9) cray-hdf5/1.8.14 - 10) xt-lsfhpc/9.1.3 - 11) craype-haswell - 12) python/2.7.14 - 13) cmake/3.6.2 - 14) gcc/4.9.2 - 15) jasper-gnu-sandybridge/1.900.1 - 16) png-intel-sandybridge/1.2.49 - 17) zlib-intel-sandybridge/1.2.7 - 18) crtm-intel/2.2.6 - 19) g2/3.1.1 - 20) g2tmpl/1.6.0 - 21) bacio/2.0.3 - 22) ip/3.0.2 - 23) sp/2.0.3 - 24) w3nco/2.0.7 - 25) w3emc/2.3.1 - 26) nemsio/2.2.4 - 27) post/8.0.1 - 28) rca/1.0.0-2.0502.60530.1.62.ari - 29) alps/5.2.4-2.0502.9822.32.1.ari - 30) xpmem/0.1-2.0502.64982.7.25.ari - 31) gni-headers/4.0-1.0502.10859.9.24.ari - 32) udreg/2.3.2-1.0502.10518.2.17.ari - 33) ugni/6.0-1.0502.10863.8.29.ari - 34) esmf/8.0.0 - 35) modules.nems -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf -+ export COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL WW3_COMP=wcoss_cray -+ COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -+ COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL -+ WW3_COMP=wcoss_cray -+ exec make -j 1 WW3_COMP=wcoss_cray ww3_nems -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' - - ***************************** - *** WAVEWATCH III setup *** - ***************************** - - -[INFO] local env file wwatch3.env found in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/wwatch3.env - Setup file /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/wwatch3.env found - Printer (listings) : - auxiliary FORTRAN compiler : gfortran - auxiliary C compiler : gcc - Source directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model - Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp - Save source code : yes - Save listings : yes - - Setup makefile for auxiliary programs - - - Compile auxiliary programs -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/aux' -gfortran -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3adc w3adc.f -gfortran -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3list w3list.f -gfortran -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3prnt w3prnt.f -gfortran -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3split w3split.f -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/aux' - - - Setup comp & link files - sed /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/comp.tmpl => /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/comp - sed /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/link.tmpl => /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/link - - Create required model subdirectories - -Finished setting up WAVEWATCH III - -\rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/tempswitch -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_grid - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_grid -Making makefile ... - - ***************************** - *** WAVEWATCH III makefile *** - ***************************** - -switch = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/switch - Checking all subroutines for modules (this may take a while) ... - -Processing ww3_grid ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' -ad3 : processing constants -ad3 : processing w3servmd -ad3 : processing w3arrymd -ad3 : processing w3gsrumd -ad3 : processing w3gdatmd -ad3 : processing w3idatmd -ad3 : processing w3odatmd -ad3 : processing w3adatmd -ad3 : processing w3nmlgridmd -ad3 : processing w3timemd -ad3 : processing w3dispmd -ad3 : processing wmmdatmd -ad3 : processing w3src4md -ad3 : processing w3snl1md -ad3 : processing w3triamd -ad3 : processing w3parall -ad3 : processing w3wdatmd -ad3 : processing w3iogrmd -ad3 : processing ww3_grid - Linking ww3_grid -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_outf - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_outf - -Processing ww3_outf ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3iogomd -ad3 : processing w3sdb1md -ad3 : processing w3sbt1md -ad3 : processing ww3_outf - Linking ww3_outf -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_outp - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_outp - -Processing ww3_outp ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3partmd -ad3 : processing w3iopomd -ad3 : processing w3bullmd -ad3 : processing w3flx1md -ad3 : processing ww3_outp - Linking ww3_outp -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_prep - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_prep - -Processing ww3_prep ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3fldsmd -ad3 : processing ww3_prep - Linking ww3_prep -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_gint - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_gint - -Processing ww3_gint ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' -ad3 : processing ww3_gint - Linking ww3_gint -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_prnc - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_prnc - -Processing ww3_prnc ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3nmlprncmd -ad3 : processing ww3_prnc - Linking ww3_prnc -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_ounf - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_ounf - -Processing ww3_ounf ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3iorsmd -ad3 : processing w3nmlounfmd -ad3 : processing w3initmd -ad3 : processing ww3_ounf - Linking ww3_ounf -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_ounp - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_ounp - -Processing ww3_ounp ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3nmlounpmd -ad3 : processing ww3_ounp - Linking ww3_ounp -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -\rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/tempswitch -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_grib - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_grib -Making makefile ... - - ***************************** - *** WAVEWATCH III makefile *** - ***************************** - -switch = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/switch - new GRIB package - Checking all subroutines for modules (this may take a while) ... - -Processing ww3_grib ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' -ad3 : processing ww3_grib - Linking ww3_grib -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_multi_esmf - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_multi_esmf -Making makefile ... - - ***************************** - *** WAVEWATCH III makefile *** - ***************************** - -switch = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/switch - new shared / distributed memory - new message passing protocol - Checking all subroutines for modules (this may take a while) ... - -Processing ww3_multi_esmf ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' -ad3 : processing constants -ad3 : processing scrip_kindsmod [no w3adc] -ad3 : processing w3uqckmd -ad3 : processing scrip_constants [no w3adc] -ad3 : processing scrip_iounitsmod [no w3adc] -ad3 : processing scrip_timers [no w3adc] -ad3 : processing w3servmd -ad3 : processing scrip_errormod [no w3adc] -ad3 : processing w3arrymd -ad3 : processing w3gsrumd -ad3 : processing w3cspcmd -ad3 : processing wmunitmd -ad3 : processing scrip_netcdfmod [no w3adc] -ad3 : processing scrip_grids [no w3adc] -ad3 : processing w3gdatmd -ad3 : processing scrip_remap_vars [no w3adc] -ad3 : processing w3sbt1md -ad3 : processing w3idatmd -ad3 : processing w3odatmd -ad3 : processing scrip_remap_conservative [no w3adc] -ad3 : processing scrip_remap_write [no w3adc] -ad3 : processing scrip_remap_read [no w3adc] -ad3 : processing w3sdb1md -ad3 : processing w3flx1md -ad3 : processing w3dispmd -ad3 : processing w3timemd -ad3 : processing wmmdatmd -ad3 : processing scrip_interface -ad3 : processing w3adatmd -ad3 : processing w3src4md -ad3 : processing w3fldsmd -ad3 : processing w3partmd -ad3 : processing w3nmlmultimd -ad3 : processing wmscrpmd -ad3 : processing wmfinlmd -ad3 : processing w3snl1md -ad3 : processing w3triamd -ad3 : processing w3parall -ad3 : processing w3wdatmd -ad3 : processing w3iogrmd -ad3 : processing wmgridmd -ad3 : processing w3updtmd -ad3 : processing w3iogomd -ad3 : processing w3iopomd -ad3 : processing w3iorsmd -ad3 : processing w3iobcmd -ad3 : processing wmupdtmd -ad3 : processing w3iosfmd -ad3 : processing w3iotrmd -ad3 : processing w3pro3md -ad3 : processing w3profsmd -ad3 : processing w3srcemd -ad3 : processing w3wdasmd -ad3 : processing w3initmd -ad3 : processing wminiomd -ad3 : processing w3wavemd -ad3 : processing wmiopomd -ad3 : processing wminitmd -ad3 : processing wmwavemd -ad3 : processing wmesmfmd -ar: creating libww3_multi_esmf.a -a - wmmdatmd.o -a - w3gdatmd.o -a - w3wdatmd.o -a - w3adatmd.o -a - w3idatmd.o -a - w3odatmd.o -a - wmesmfmd.o -a - wminitmd.o -a - wmwavemd.o -a - wmfinlmd.o -a - wmgridmd.o -a - wmupdtmd.o -a - wminiomd.o -a - w3fldsmd.o -a - w3initmd.o -a - w3wavemd.o -a - w3wdasmd.o -a - w3updtmd.o -a - w3profsmd.o -a - w3pro3md.o -a - w3uqckmd.o -a - w3parall.o -a - w3triamd.o -a - w3srcemd.o -a - w3flx1md.o -a - w3src4md.o -a - w3snl1md.o -a - w3sbt1md.o -a - w3sdb1md.o -a - w3iogrmd.o -a - w3iogomd.o -a - w3iopomd.o -a - wmiopomd.o -a - w3iotrmd.o -a - w3iorsmd.o -a - w3iobcmd.o -a - w3iosfmd.o -a - w3partmd.o -a - constants.o -a - w3servmd.o -a - w3timemd.o -a - w3arrymd.o -a - w3dispmd.o -a - w3cspcmd.o -a - w3gsrumd.o -a - wmunitmd.o -a - w3nmlmultimd.o -a - scrip_constants.o -a - scrip_grids.o -a - scrip_iounitsmod.o -a - scrip_remap_vars.o -a - scrip_timers.o -a - scrip_errormod.o -a - scrip_interface.o -a - scrip_kindsmod.o -a - scrip_remap_conservative.o -a - wmscrpmd.o -a - scrip_netcdfmod.o -a - scrip_remap_write.o -a - scrip_remap_read.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_multi - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_multi - -Processing ww3_multi ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' -ad3 : processing ww3_multi - Linking ww3_multi -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' -mkdir -p /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL -cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/nuopc.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/. -test -d "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL" -( \ - echo "# Do not edit this file. It is automatically generated." ; \ - echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; echo ww3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ - set -e ; \ - for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; do \ - test -s $m ; \ - done ; \ - echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; \ - cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ - make nems \ - COMPONENTS="FMS FV3 WW3" \ - FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL WW3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ - test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x -Currently Loaded Modulefiles: - 1) craype-network-aries - 2) craype/2.3.0 - 3) cray-libsci/13.0.3 - 4) pmi/5.0.11 - 5) atp/1.8.1 - 6) PrgEnv-intel/5.2.82 - 7) intel/16.3.210 - 8) cray-netcdf/4.3.3.1 - 9) cray-hdf5/1.8.14 - 10) xt-lsfhpc/9.1.3 - 11) craype-haswell - 12) python/2.7.14 - 13) cmake/3.6.2 - 14) gcc/4.9.2 - 15) jasper-gnu-sandybridge/1.900.1 - 16) png-intel-sandybridge/1.2.49 - 17) zlib-intel-sandybridge/1.2.7 - 18) crtm-intel/2.2.6 - 19) g2/3.1.1 - 20) g2tmpl/1.6.0 - 21) bacio/2.0.3 - 22) ip/3.0.2 - 23) sp/2.0.3 - 24) w3nco/2.0.7 - 25) w3emc/2.3.1 - 26) nemsio/2.2.4 - 27) post/8.0.1 - 28) rca/1.0.0-2.0502.60530.1.62.ari - 29) alps/5.2.4-2.0502.9822.32.1.ari - 30) xpmem/0.1-2.0502.64982.7.25.ari - 31) gni-headers/4.0-1.0502.10859.9.24.ari - 32) udreg/2.3.2-1.0502.10518.2.17.ari - 33) ugni/6.0-1.0502.10863.8.29.ari - 34) esmf/8.0.0 - 35) modules.nems -build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -Components in linker order: WW3 FV3 FMS -WW3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_REVISION="0" -make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -cd ENS_Cpl && make stub -make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c ENS_CplComp_ESMFMod_STUB.f90 -ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o -ar: creating ENS_Cpl.a -a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 -mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o -`module_NEMS_UTILS.tmp.o' -> `module_NEMS_UTILS.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 -mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o -`module_MEDIATOR_methods.tmp.o' -> `module_MEDIATOR_methods.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 -mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o -`module_MEDIATOR.tmp.o' -> `module_MEDIATOR.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 -mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o -`module_MEDIATOR_SpaceWeather.tmp.o' -> `module_MEDIATOR_SpaceWeather.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 -mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o -`module_EARTH_INTERNAL_STATE.tmp.o' -> `module_EARTH_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 -mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o -`module_EARTH_GRID_COMP.tmp.o' -> `module_EARTH_GRID_COMP.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 -mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o -`module_NEMS_INTERNAL_STATE.tmp.o' -> `module_NEMS_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 -mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o -`module_NEMS_GRID_COMP.tmp.o' -> `module_NEMS_GRID_COMP.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 -mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o -`module_NEMS_Rusage.tmp.o' -> `module_NEMS_Rusage.o' -cc -c nems_c_rusage.c -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Fri Jan 24 19:43:43 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=024' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 -mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o -`MAIN_NEMS.tmp.o' -> `MAIN_NEMS.o' -echo libgocart is -libgocart is -echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj_HYB/libww3_multi_esmf.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': -H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/jasper/1.900.1/gnu/sandybridge/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/libesmf.a(ESMCI_VMKernel.o): In function `ESMCI::socketClient()': -ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -Application 173171035 resources: utime ~1319s, stime ~136s, Rss ~2174972, inblocks ~807099490, outblocks ~1759387 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src -+ cp -fp ../exe/NEMS.x /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_ww3.exe -+ cp -fp conf/modules.nems /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/include/modules_fv3_ww3 -+ md5sum /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_ww3.exe -+ unset md5sum -+ unset OPTS -+ set -xe -+ set -xe -+ test -s /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_ww3.exe -+ test -x /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_ww3.exe - ------------------------------------------------------------- -Sender: LSF System -Subject: Job 799627: in cluster Done - -Job was submitted from host by user in cluster at Fri Jan 24 18:51:10 2020. -Job was executed on host(s) <1*nid01020>, in queue , as user in cluster at Fri Jan 24 19:09:50 2020. - <24*nid00763> - was used as the home directory. - was used as the working directory. -Started at Fri Jan 24 19:09:50 2020. -Terminated at Fri Jan 24 19:45:47 2020. -Results reported at Fri Jan 24 19:45:47 2020. - -Your job looked like: - ------------------------------------------------------------- -# LSBATCH: User input -/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/src ; ./install.sh fv3_ww3.exe" ------------------------------------------------------------- - -Successfully completed. - -Resource usage summary: - - CPU time : 0.96 sec. - Max Memory : 25 MB - Average Memory : 20.00 MB - Total Requested Memory : 2000.00 MB - Delta Memory : 1975.00 MB - Max Swap : - - Max Processes : 5 - Max Threads : 6 - Run time : 2154 sec. - Turnaround time : 3277 sec. - -The output (if any) is above this job summary. - -Data collected from /ufs/RUR/output/rur.output.NCEP-RESTON@799627 +Error: Job 996009 does not have a corrosponding RUR file: /ufs/RUR/output/rur.output.NCEP-RESTON@996009 +Error: Job 996009 does not have a corrosponding RUR file: /ufs/RUR/output/rur.output.NCEP-RESTON@996009 +Data collected from /ufs/RUR/output/rur.output.NCEP-RESTON@996009 ------------------------------------------------------------------------ -ALPS Resource Utilization Report (RUR) Summary for LSF Job: 799627 +ALPS Resource Utilization Report (RUR) Summary for LSF Job: 996009 STATUS: - APP START: 2020-01-24:19:09:54 UTC - APP STOP: 2020-01-24:19:45:44 UTC + APP START: 2020-02-03:19:06:38 UTC + APP STOP: 2020-02-03:19:39:30 UTC exit codes: 0 9 core files: 0 CPU: - stime: 245.788000 s - utime: 1337.884000 s + stime: 238.512000 s + utime: 1339.104000 s MEMORY: max_rss: 2123.99 MiB accumulated max_rss: 2123.99 MiB - active(anon): 29.65 MiB - active(file): .96 MiB - inactive(anon): 1.50 MiB - inactive(file): 7.63 MiB - majfaults: 1039 - minfaults: 57997125 + active(anon): 26.86 MiB + active(file): 1.08 MiB + inactive(anon): 1.12 MiB + inactive(file): 7.87 MiB + majfaults: 1031 + minfaults: 57954862 pageswpcnt: 0 I/O: - rcalls: 6268489 - wcalls: 202426 - rchar: 394106.41 MiB - wchar: 865.21 MiB - bkiowait: 1.5051462550 s + rcalls: 6309012 + wcalls: 202393 + rchar: 394060.11 MiB + wchar: 867.28 MiB + bkiowait: 1.5125450980 s diff --git a/log/report-wcoss.cray-log/rtreport.txt b/log/report-wcoss.cray-log/rtreport.txt index c389fbefae..5546ce87ee 100644 --- a/log/report-wcoss.cray-log/rtreport.txt +++ b/log/report-wcoss.cray-log/rtreport.txt @@ -1,13 +1,12 @@ Run rocotostat... Generate report... -WORKFLOW STARTED AT Fri Jan 24 17:18:38 2020 (+1579886318) +WORKFLOW STARTED AT Mon Feb 3 18:32:47 2020 (+1580754767) Repository information: REPO TOP: -gfsv16_netcdf_post_ficein_cpl ce5f390 [origin/gfsv16_netcdf_post_ficein_cpl] Regression test passed on WCOSS Dell -Fetch URL: https://github.com/DusanJovic-NOAA/ufs-weather-model - M compsets/all.input +PR43 d13dcf9 Update baselines to develop-20200202 +Fetch URL: https://github.com/ufs-community/ufs-weather-model M log/report-wcoss.cray-log/build_fv3.exe.log M log/report-wcoss.cray-log/build_fv3_32bit.exe.log M log/report-wcoss.cray-log/build_fv3_appbuilder.exe.log @@ -15,10 +14,6 @@ Fetch URL: https://github.com/DusanJovic-NOAA/ufs-weather-model M log/report-wcoss.cray-log/rtreport.txt M tests/Compile_wcoss_cray.log M tests/RegressionTests_wcoss_cray.log -M tests/rt.conf -M tests/rt_wcoss_cray.conf -M tests/tests/fv3_ccpp_wrtGauss_nemsio_c768 -M tests/tests/fv3_wrtGauss_nemsio_c768 Entering 'FMS' age: git [--version] [--exec-path[=]] [--html-path] [--man-path] [--info-path] @@ -26,7 +21,7 @@ Fetch URL: https://github.com/NOAA-GFDL/FMS Entering 'FV3' age: git [--version] [--exec-path[=]] [--html-path] [--man-path] [--info-path] -Fetch URL: https://github.com/DusanJovic-NOAA/fv3atm +Fetch URL: https://github.com/junwang-noaa/fv3atm Entering 'NEMS' age: git [--version] [--exec-path[=]] [--html-path] [--man-path] [--info-path] @@ -47,8 +42,8 @@ BUILD fv3_ww3.exe: SUCCEEDED BUILD fv3_appbuilder.exe: SUCCEEDED TEST #1: PASS - Test fv3_lheatstrg starting at Fri Jan 24 18:37:17 UTC 2020 (Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version) - Fri Jan 24 18:37:18 UTC 2020 + Test fv3_lheatstrg starting at Mon Feb 3 18:46:33 UTC 2020 (Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version) + Mon Feb 3 18:46:33 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -93,13 +88,13 @@ TEST #1: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 18:38:58 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:49:25 UTC 2020 TEST #2: PASS - Test fv3_iau starting at Fri Jan 24 18:37:20 UTC 2020 (Compare FV3 IAU results with previous trunk version) - Fri Jan 24 18:37:20 UTC 2020 + Test fv3_iau starting at Mon Feb 3 19:04:29 UTC 2020 (Compare FV3 IAU results with previous trunk version) + Mon Feb 3 19:04:29 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -164,13 +159,13 @@ TEST #2: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 18:39:05 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 19:06:22 UTC 2020 TEST #3: PASS - Test fv3_stretched_nest_quilt starting at Fri Jan 24 19:46:41 UTC 2020 (Stretched grid with nest using quilting; compare against previous baseline) - Fri Jan 24 19:46:41 UTC 2020 + Test fv3_stretched_nest_quilt starting at Mon Feb 3 19:06:39 UTC 2020 (Stretched grid with nest using quilting; compare against previous baseline) + Mon Feb 3 19:06:39 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -230,11 +225,11 @@ TEST #3: PASS RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical RESTART/sfc_data.nest02.tile7.nc: bit-for-bit identical - TEST PASSED AT Fri Jan 24 19:51:06 UTC 2020 + TEST PASSED AT Mon Feb 3 19:11:01 UTC 2020 TEST #4: PASS - Test fv3_stretched_nest starting at Fri Jan 24 19:45:57 UTC 2020 (Stretched grid with nest; compare against previous baseline) - Fri Jan 24 19:45:57 UTC 2020 + Test fv3_stretched_nest starting at Mon Feb 3 19:01:59 UTC 2020 (Stretched grid with nest; compare against previous baseline) + Mon Feb 3 19:01:59 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -296,11 +291,11 @@ TEST #4: PASS RESTART/fv_tracer.res.nest02.tile7.nc: bit-for-bit identical RESTART/phy_data.nest02.tile7.nc: bit-for-bit identical RESTART/sfc_data.nest02.tile7.nc: bit-for-bit identical - TEST PASSED AT Fri Jan 24 19:52:05 UTC 2020 + TEST PASSED AT Mon Feb 3 19:07:48 UTC 2020 TEST #5: PASS - Test fv3_csawmgshoc starting at Fri Jan 24 18:37:19 UTC 2020 (Compare FV3 with CSAW MG2 and SHOC results with previous trunk version) - Fri Jan 24 18:37:19 UTC 2020 + Test fv3_csawmgshoc starting at Mon Feb 3 19:04:26 UTC 2020 (Compare FV3 with CSAW MG2 and SHOC results with previous trunk version) + Mon Feb 3 19:04:26 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -345,21 +340,21 @@ TEST #5: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 18:41:04 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 19:07:43 UTC 2020 TEST #6: PASS - Test fv3_regional_control starting at Fri Jan 24 19:45:53 UTC 2020 (Compare FV3 regional control results with previous trunk version) - Fri Jan 24 19:45:53 UTC 2020 + Test fv3_regional_control starting at Mon Feb 3 19:01:59 UTC 2020 (Compare FV3 regional control results with previous trunk version) + Mon Feb 3 19:01:59 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Fri Jan 24 19:54:08 UTC 2020 + TEST PASSED AT Mon Feb 3 19:10:13 UTC 2020 TEST #7: PASS - Test fv3_wrtGauss_netcdf starting at Fri Jan 24 18:37:18 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) - Fri Jan 24 18:37:18 UTC 2020 + Test fv3_wrtGauss_netcdf starting at Mon Feb 3 18:46:34 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) + Mon Feb 3 18:46:35 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -404,13 +399,13 @@ TEST #7: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 18:38:51 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:49:24 UTC 2020 TEST #8: PASS - Test fv3_thompson starting at Fri Jan 24 18:37:27 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Fri Jan 24 18:37:27 UTC 2020 + Test fv3_thompson starting at Mon Feb 3 18:46:33 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Mon Feb 3 18:46:33 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -475,13 +470,13 @@ TEST #8: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 18:42:55 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:54:45 UTC 2020 TEST #9: PASS - Test fv3_gfdlmprad_gwd starting at Fri Jan 24 18:37:19 UTC 2020 (Compare FV3 GFDL radiation interaction option and gravity wve drag results with previous trunk version) - Fri Jan 24 18:37:19 UTC 2020 + Test fv3_gfdlmprad_gwd starting at Mon Feb 3 18:46:34 UTC 2020 (Compare FV3 GFDL radiation interaction option and gravity wve drag results with previous trunk version) + Mon Feb 3 18:46:35 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -526,13 +521,13 @@ TEST #9: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 18:39:06 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:49:34 UTC 2020 TEST #10: PASS - Test fv3_stochy starting at Fri Jan 24 18:37:27 UTC 2020 (Compare FV3 stochy results with previous trunk version) - Fri Jan 24 18:37:27 UTC 2020 + Test fv3_stochy starting at Mon Feb 3 18:46:33 UTC 2020 (Compare FV3 stochy results with previous trunk version) + Mon Feb 3 18:46:33 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -597,13 +592,13 @@ TEST #10: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 18:39:32 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:49:44 UTC 2020 TEST #11: PASS - Test fv3_gfdlmprad starting at Fri Jan 24 20:13:34 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with WW3 results with previous trunk version) - Fri Jan 24 20:13:34 UTC 2020 + Test fv3_gfdlmprad starting at Mon Feb 3 19:43:01 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with WW3 results with previous trunk version) + Mon Feb 3 19:43:01 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -648,14 +643,14 @@ TEST #11: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical out_grd.glo_30m: bit-for-bit identical Executable did not change during test suite: - File: /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_ww3.exe - Expected md5sum: 5a81a4837f0a2f47139a196ea98b06ec - Actual md5sum: 5a81a4837f0a2f47139a196ea98b06ec - TEST PASSED AT Fri Jan 24 20:16:17 UTC 2020 + File: /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3_ww3.exe + Expected md5sum: db799bbf602d1a209453be2547eed02c + Actual md5sum: db799bbf602d1a209453be2547eed02c + TEST PASSED AT Mon Feb 3 19:45:54 UTC 2020 TEST #12: PASS - Test fv3_appbuilder starting at Fri Jan 24 21:13:37 UTC 2020 (Compare FV3 with the NEMSAppBuilder against the previous trunk version) - Fri Jan 24 21:13:37 UTC 2020 + Test fv3_appbuilder starting at Mon Feb 3 20:03:18 UTC 2020 (Compare FV3 with the NEMSAppBuilder against the previous trunk version) + Mon Feb 3 20:03:18 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -719,14 +714,14 @@ TEST #12: PASS RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: - File: /gpfs/hps/ptmp/Dusan.Jovic/rtgen.6569/exec/fv3_appbuilder.exe - Expected md5sum: c564d55d69d1614e424f9695deb9eb25 - Actual md5sum: c564d55d69d1614e424f9695deb9eb25 - TEST PASSED AT Fri Jan 24 21:15:22 UTC 2020 + File: /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.45699/exec/fv3_appbuilder.exe + Expected md5sum: 465e62fd4c9a2aed992c3fe3dffd808e + Actual md5sum: 465e62fd4c9a2aed992c3fe3dffd808e + TEST PASSED AT Mon Feb 3 20:05:08 UTC 2020 TEST #13: PASS - Test fv3_restart starting at Fri Jan 24 18:37:28 UTC 2020 (Compare FV3 restart results with previous trunk version) - Fri Jan 24 18:37:28 UTC 2020 + Test fv3_restart starting at Mon Feb 3 18:46:34 UTC 2020 (Compare FV3 restart results with previous trunk version) + Mon Feb 3 18:46:34 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -791,21 +786,21 @@ TEST #13: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 18:39:10 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:49:21 UTC 2020 TEST #14: PASS - Test fv3_regional_restart starting at Fri Jan 24 20:12:53 UTC 2020 (Compare FV3 regional restart results with previous trunk version) - Fri Jan 24 20:12:53 UTC 2020 + Test fv3_regional_restart starting at Mon Feb 3 19:14:16 UTC 2020 (Compare FV3 regional restart results with previous trunk version) + Mon Feb 3 19:14:16 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Fri Jan 24 20:17:15 UTC 2020 + TEST PASSED AT Mon Feb 3 19:18:42 UTC 2020 TEST #15: PASS - Test fv3_decomp starting at Fri Jan 24 18:37:29 UTC 2020 (Compare FV3 decomp results with previous trunk version) - Fri Jan 24 18:37:29 UTC 2020 + Test fv3_decomp starting at Mon Feb 3 18:46:34 UTC 2020 (Compare FV3 decomp results with previous trunk version) + Mon Feb 3 18:46:34 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -870,23 +865,23 @@ TEST #15: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 18:39:24 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:49:27 UTC 2020 TEST #16: PASS - Test fv3_regional_quilt starting at Fri Jan 24 19:46:52 UTC 2020 (Compare FV3 regional quilt results with previous trunk version) - Fri Jan 24 19:46:52 UTC 2020 + Test fv3_regional_quilt starting at Mon Feb 3 19:01:59 UTC 2020 (Compare FV3 regional quilt results with previous trunk version) + Mon Feb 3 19:02:00 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical dynf000.nc: bit-for-bit identical dynf024.nc: bit-for-bit identical phyf000.nc: bit-for-bit identical phyf024.nc: bit-for-bit identical - TEST PASSED AT Fri Jan 24 19:55:09 UTC 2020 + TEST PASSED AT Mon Feb 3 19:10:18 UTC 2020 TEST #17: PASS - Test fv3_wrtGauss_nemsio starting at Fri Jan 24 18:37:29 UTC 2020 (Compare FV3 Gaussian grid nemsio output results with previous trunk version) - Fri Jan 24 18:37:29 UTC 2020 + Test fv3_wrtGauss_nemsio starting at Mon Feb 3 18:53:58 UTC 2020 (Compare FV3 Gaussian grid nemsio output results with previous trunk version) + Mon Feb 3 18:53:58 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -931,13 +926,13 @@ TEST #17: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 18:39:00 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:56:21 UTC 2020 TEST #18: PASS - Test fv3_control_32bit starting at Fri Jan 24 19:46:31 UTC 2020 (Compare FV3 32bit compile results with previous trunk version) - Fri Jan 24 19:46:31 UTC 2020 + Test fv3_control_32bit starting at Mon Feb 3 19:01:59 UTC 2020 (Compare FV3 32bit compile results with previous trunk version) + Mon Feb 3 19:01:59 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1000,11 +995,11 @@ TEST #18: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Fri Jan 24 19:48:12 UTC 2020 + TEST PASSED AT Mon Feb 3 19:04:19 UTC 2020 TEST #19: PASS - Test fv3_gfdlmprad_32bit_post starting at Fri Jan 24 19:48:05 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with inline post results with previous trunk version) - Fri Jan 24 19:48:06 UTC 2020 + Test fv3_gfdlmprad_32bit_post starting at Mon Feb 3 19:02:00 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with inline post results with previous trunk version) + Mon Feb 3 19:02:00 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1051,11 +1046,11 @@ TEST #19: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Fri Jan 24 19:51:31 UTC 2020 + TEST PASSED AT Mon Feb 3 19:04:54 UTC 2020 TEST #20: PASS - Test fv3_csawmg3shoc127 starting at Fri Jan 24 19:07:48 UTC 2020 (Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version) - Fri Jan 24 19:07:48 UTC 2020 + Test fv3_csawmg3shoc127 starting at Mon Feb 3 19:46:54 UTC 2020 (Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version) + Mon Feb 3 19:46:54 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1100,13 +1095,13 @@ TEST #20: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 19:13:57 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 19:54:43 UTC 2020 TEST #21: PASS - Test fv3_read_inc starting at Fri Jan 24 19:08:17 UTC 2020 (Compare FV3 read_inc results with previous trunk version) - Fri Jan 24 19:08:17 UTC 2020 + Test fv3_read_inc starting at Mon Feb 3 18:49:59 UTC 2020 (Compare FV3 read_inc results with previous trunk version) + Mon Feb 3 18:49:59 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1171,13 +1166,13 @@ TEST #21: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 19:10:10 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:53:35 UTC 2020 TEST #22: PASS - Test fv3_satmedmf starting at Fri Jan 24 19:08:16 UTC 2020 (Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version) - Fri Jan 24 19:08:16 UTC 2020 + Test fv3_satmedmf starting at Mon Feb 3 18:49:59 UTC 2020 (Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version) + Mon Feb 3 18:49:59 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1222,13 +1217,13 @@ TEST #22: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 19:09:56 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:51:42 UTC 2020 TEST #23: PASS - Test fv3_control starting at Fri Jan 24 19:08:17 UTC 2020 (Compare FV3 control results with previous trunk version) - Fri Jan 24 19:08:17 UTC 2020 + Test fv3_control starting at Mon Feb 3 18:49:59 UTC 2020 (Compare FV3 control results with previous trunk version) + Mon Feb 3 18:49:59 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1293,13 +1288,13 @@ TEST #23: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 19:10:05 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:55:15 UTC 2020 TEST #24: PASS - Test fv3_gfdlmp starting at Fri Jan 24 19:08:19 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Fri Jan 24 19:08:20 UTC 2020 + Test fv3_gfdlmp starting at Mon Feb 3 18:49:59 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Mon Feb 3 18:49:59 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1344,13 +1339,13 @@ TEST #24: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 19:10:05 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:53:20 UTC 2020 TEST #25: PASS - Test fv3_gfdlmprad_noahmp starting at Fri Jan 24 19:08:21 UTC 2020 (Compare FV3 GFDL radiation interaction option and Noah MP results with previous trunk version) - Fri Jan 24 19:08:21 UTC 2020 + Test fv3_gfdlmprad_noahmp starting at Mon Feb 3 18:49:59 UTC 2020 (Compare FV3 GFDL radiation interaction option and Noah MP results with previous trunk version) + Mon Feb 3 18:49:59 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1395,13 +1390,13 @@ TEST #25: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 19:10:14 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:53:26 UTC 2020 TEST #26: PASS - Test fv3_2threads starting at Fri Jan 24 19:08:21 UTC 2020 (Compare FV3 2 threads results with previous trunk version) - Fri Jan 24 19:08:21 UTC 2020 + Test fv3_2threads starting at Mon Feb 3 18:53:25 UTC 2020 (Compare FV3 2 threads results with previous trunk version) + Mon Feb 3 18:53:25 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1466,13 +1461,13 @@ TEST #26: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 19:09:56 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:56:00 UTC 2020 TEST #27: PASS - Test fv3_wrtGauss_netcdf_esmf starting at Fri Jan 24 19:08:22 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) - Fri Jan 24 19:08:23 UTC 2020 + Test fv3_wrtGauss_netcdf_esmf starting at Mon Feb 3 18:55:11 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) + Mon Feb 3 18:55:11 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1517,13 +1512,13 @@ TEST #27: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 19:11:23 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:58:10 UTC 2020 TEST #28: PASS - Test fv3_csawmg starting at Fri Jan 24 19:08:23 UTC 2020 (Compare FV3 with CSAW and MG2 results with previous trunk version) - Fri Jan 24 19:08:23 UTC 2020 + Test fv3_csawmg starting at Mon Feb 3 18:55:11 UTC 2020 (Compare FV3 with CSAW and MG2 results with previous trunk version) + Mon Feb 3 18:55:11 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1568,13 +1563,13 @@ TEST #28: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 19:11:25 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:58:12 UTC 2020 TEST #29: PASS - Test fv3_wsm6 starting at Fri Jan 24 19:08:23 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Fri Jan 24 19:08:23 UTC 2020 + Test fv3_wsm6 starting at Mon Feb 3 18:55:11 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Mon Feb 3 18:55:11 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1639,13 +1634,13 @@ TEST #29: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 19:10:44 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:57:25 UTC 2020 TEST #30: PASS - Test fv3_stretched starting at Fri Jan 24 19:47:39 UTC 2020 (Stretched grid; compare against previous baseline) - Fri Jan 24 19:47:39 UTC 2020 + Test fv3_stretched starting at Mon Feb 3 19:02:00 UTC 2020 (Stretched grid; compare against previous baseline) + Mon Feb 3 19:02:00 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1696,11 +1691,11 @@ TEST #30: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Fri Jan 24 19:52:25 UTC 2020 + TEST PASSED AT Mon Feb 3 19:06:27 UTC 2020 TEST #31: PASS - Test fv3_wrtGauss_nemsio_c192 starting at Fri Jan 24 19:48:38 UTC 2020 (Compare c192 FV3 Gaussian grid nemsio output results with previous trunk version) - Fri Jan 24 19:48:38 UTC 2020 + Test fv3_wrtGauss_nemsio_c192 starting at Mon Feb 3 18:55:11 UTC 2020 (Compare c192 FV3 Gaussian grid nemsio output results with previous trunk version) + Mon Feb 3 18:55:11 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1745,13 +1740,13 @@ TEST #31: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 19:52:50 UTC 2020 + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:58:36 UTC 2020 TEST #32: PASS - Test fv3_rasmgshoc starting at Fri Jan 24 19:48:39 UTC 2020 (Compare FV3 with RAS MG2 and SHOC results with previous trunk version) - Fri Jan 24 19:48:39 UTC 2020 + Test fv3_rasmgshoc starting at Mon Feb 3 18:56:50 UTC 2020 (Compare FV3 with RAS MG2 and SHOC results with previous trunk version) + Mon Feb 3 18:56:50 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1796,10 +1791,10 @@ TEST #32: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: aa311611a1d19e9a0946e1a9e856958d - Actual md5sum: aa311611a1d19e9a0946e1a9e856958d - TEST PASSED AT Fri Jan 24 19:52:05 UTC 2020 -WORKFLOW REPORT AT Fri Jan 24 21:16:54 2020 (+1579900614) + Expected md5sum: 9edc76206c942bc427d3cc956888491c + Actual md5sum: 9edc76206c942bc427d3cc956888491c + TEST PASSED AT Mon Feb 3 18:59:50 UTC 2020 +WORKFLOW REPORT AT Mon Feb 3 20:05:28 2020 (+1580760328) Tests: 0 failed, 32 passed out of 32 Builds: 0 failed, 4 passed out of 4 REGRESSION TEST WAS SUCCESSFUL diff --git a/tests/Compile_wcoss_cray.log b/tests/Compile_wcoss_cray.log index 226e8620db..bbedfbd613 100644 --- a/tests/Compile_wcoss_cray.log +++ b/tests/Compile_wcoss_cray.log @@ -1,14 +1,14 @@ + SECONDS=0 -+++ readlink -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests -+ MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++++ readlink -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests ++ MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model ++ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model + MACHINE_ID=wcoss_cray + MAKE_OPT= + BUILD_NAME=fv3_1 @@ -20,7 +20,7 @@ + MAKE_THREADS=8 + hostname llogin2 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + echo 'Compiling into fv3_1.exe on wcoss_cray' Compiling into fv3_1.exe on wcoss_cray + '[' YES = YES ']' @@ -40,13 +40,13 @@ Compiling into fv3_1.exe on wcoss_cray ++ var= ++ echo -n '' + CCPP_CMAKE_FLAGS= -+ source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__44053 -++ eval 'setup__test_function__44053() { /bin/true ; }' ++ source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__6707 +++ eval 'setup__test_function__6707() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__44053 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__6707 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -68,14 +68,14 @@ fv3(72):ERROR:105: Unable to locate a modulefile for 'sp/2.0.3' fv3(73):ERROR:105: Unable to locate a modulefile for 'w3nco/2.0.7' fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' -fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.1' +fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.4' fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' -++ eval INFOPATH=/usr/local/info:/usr/share/info:/usr/info ';export' 'INFOPATH;MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;PATH=/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_DEFAULT_REQUIRED_PRODUCTS;unset' 'ATP_HOME;unset' 'ATP_MRNET_COMM_PATH;unset' 'ATP_POST_LINK_OPTS;unset' 'BACIO_LIB4;unset' 'BACIO_LIB8;unset' 'BACIO_SRC;unset' 'BACIO_VER;unset' 'CMAKE_CXX_COMPILER;unset' 'CMAKE_C_COMPILER;unset' 'CMAKE_Fortran_COMPILER;unset' 'CMAKE_Platform;unset' 'COMP;unset' 'CPATH;unset' 'CRAYOS_VERSION;unset' 'CRAYPE_DIR;unset' 'CRAYPE_NETWORK_TARGET;unset' 'CRAYPE_VERSION;unset' 'CRAY_ALPS_INCLUDE_OPTS;unset' 'CRAY_ALPS_POST_LINK_OPTS;unset' 'CRAY_CPU_TARGET;unset' 'CRAY_DMAPP_INCLUDE_OPTS;unset' 'CRAY_DMAPP_POST_LINK_OPTS;unset' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;unset' 'CRAY_HDF5_DIR;unset' 'CRAY_HDF5_VERSION;unset' 'CRAY_LD_LIBRARY_PATH;unset' 'CRAY_LIBSCI_BASE_DIR;unset' 'CRAY_LIBSCI_DIR;unset' 'CRAY_LIBSCI_PREFIX_DIR;unset' 'CRAY_LIBSCI_VERSION;unset' 'CRAY_NETCDF_VERSION;unset' 'CRAY_PE_MODULES;unset' 'CRAY_PMI_INCLUDE_OPTS;unset' 'CRAY_PMI_POST_LINK_OPTS;unset' 'CRAY_PRE_COMPILE_OPTS;unset' 'CRAY_PRGENVINTEL;unset' 'CRAY_RCA_INCLUDE_OPTS;unset' 'CRAY_RCA_POST_LINK_OPTS;unset' 'CRAY_UDREG_INCLUDE_OPTS;unset' 'CRAY_UDREG_POST_LINK_OPTS;unset' 'CRAY_UGNI_INCLUDE_OPTS;unset' 'CRAY_UGNI_POST_LINK_OPTS;unset' 'CRAY_XPMEM_INCLUDE_OPTS;unset' 'CRAY_XPMEM_POST_LINK_OPTS;unset' 'CRTM_FIX;unset' 'CRTM_INC;unset' 'CRTM_LIB;unset' 'CRTM_SRC;unset' 'CRTM_VER;unset' 'DMAPP_ABORT_ON_ERROR;unset' 'DVS_INCLUDE_OPTS;unset' 'DVS_VERSION;unset' 'ECF_HOSTFILE;unset' 'ECF_PORT;unset' 'ECF_ROOT;unset' 'ESMFMKFILE;unset' 'G2TMPL_INC;unset' 'G2TMPL_LIB;unset' 'G2TMPL_SRC;unset' 'G2TMPL_VER;unset' 'G2_INC4;unset' 'G2_INCd;unset' 'G2_LIB4;unset' 'G2_LIBd;unset' 'G2_SRC;unset' 'G2_VER;unset' 'GCC_PATH;unset' 'GCC_VERSION;unset' 'GDBSERVER_MIC;unset' 'GDB_CROSS;unset' 'GDB_HOST;unset' 'GNU_VERSION;unset' 'HDF5_DIR;unset' 'HDF5_INCLUDE_OPTS;unset' 'HDF5_ROOT;unset' 'INTEL_LICENSE_FILE;unset' 'INTEL_MAJOR_VERSION;unset' 'INTEL_MINOR_VERSION;unset' 'INTEL_PATH;unset' 'INTEL_PYTHONHOME;unset' 'INTEL_VERSION;unset' 'IPPROOT;unset' 'IP_INC4;unset' 'IP_INC8;unset' 'IP_INCd;unset' 'IP_LIB4;unset' 'IP_LIB8;unset' 'IP_LIBd;unset' 'IP_SRC;unset' 'IP_VER;unset' 'JASPER_INC;unset' 'JASPER_LIB;unset' 'JASPER_LIBDIR;unset' 'JASPER_LIBl;unset' 'JASPER_SRC;unset' 'JASPER_VER;unset' 'LD_LIBRARY_PATH;unset' 'LIBRARY_PATH;unset' 'LIBSCI_BASE_DIR;unset' 'LIBSCI_VERSION;unset' 'LIB_NAME;unset' 'LOADEDMODULES;unset' 'LSF_BINDIR;unset' 'LSF_ENVDIR;unset' 'LSF_LIBDIR;unset' 'LSF_SERVERDIR;unset' 'MIC_LD_LIBRARY_PATH;unset' 'MIC_LIBRARY_PATH;unset' 'MKLROOT;unset' 'MPICH_ABORT_ON_ERROR;unset' 'MPM_LAUNCHER;unset' 'NEMSIO_INC;unset' 'NEMSIO_LIB;unset' 'NEMSIO_SRC;unset' 'NEMSIO_VER;unset' 'NETCDF_DIR;unset' 'NLSPATH;unset' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_CRAY_FIXED_PKGCONFIG_PATH;unset' 'PE_CXX_PKGCONFIG_LIBS;unset' 'PE_ENV;unset' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_FFTW_DEFAULT_TARGET_haswell;unset' 'PE_FFTW_DEFAULT_TARGET_interlagos;unset' 'PE_FFTW_DEFAULT_TARGET_sandybridge;unset' 'PE_FFTW_DEFAULT_TARGET_x86_64;unset' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_GA_DEFAULT_FIXED_PRGENV;unset' 'PE_GA_DEFAULT_GENCOMPS_GNU;unset' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_GA_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_CXX_PKGCONFIG_LIBS;unset' 'PE_HDF5_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_DIR;unset' 'PE_HDF5_FIXED_PRGENV;unset' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_HDF5_GENCOMPILERS_GNU;unset' 'PE_HDF5_GENCOMPS_GNU;unset' 'PE_HDF5_MODULE_NAME;unset' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_PKGCONFIG_LIBS;unset' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_VOLATILE_PRGENV;unset' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_INTEL_FIXED_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;unset' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_MODULE_NAME;unset' 'PE_LIBSCI_OMP_REQUIRES;unset' 'PE_LIBSCI_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_PKGCONFIG_LIBS;unset' 'PE_LIBSCI_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_VOLATILE_PRGENV;unset' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;unset' 'PE_MPICH_DEFAULT_FIXED_PRGENV;unset' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;unset' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;unset' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;unset' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;unset' 'PE_MPICH_NV_LIBS;unset' 'PE_MPICH_NV_LIBS_nvidia20;unset' 'PE_MPICH_NV_LIBS_nvidia35;unset' 'PE_MPICH_PKGCONFIG_VARIABLES;unset' 'PE_MPICH_TARGET_VAR_nvidia20;unset' 'PE_MPICH_TARGET_VAR_nvidia35;unset' 'PE_NETCDF_BASEDIR;unset' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;unset' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_FIXED_PRGENV;unset' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_NETCDF_GENCOMPILERS_GNU;unset' 'PE_NETCDF_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_MODULE_NAME;unset' 'PE_NETCDF_PKGCONFIG_LIBS;unset' 'PE_NETCDF_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_VOLATILE_PRGENV;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;unset' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;unset' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;unset' 'PE_PKGCONFIG_LIBS;unset' 'PE_PKGCONFIG_PRODUCTS;unset' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;unset' 'PE_PKG_CONFIG_PATH;unset' 'PE_PRODUCT_LIST;unset' 'PE_SMA_DIR_CRAY_DEFAULT64;unset' 'PE_SMA_DIR_PGI_DEFAULT64;unset' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;unset' 'PKGCONFIG_ENABLED;unset' 'PKG_CONFIG_PATH;unset' 'PKG_CONFIG_PATH_DEFAULT;unset' 'PNG_INC;unset' 'PNG_LIB;unset' 'PNG_LIB12;unset' 'PNG_LIBDIR;unset' 'PNG_LIBso;unset' 'PNG_SRC;unset' 'PNG_VER;unset' 'POST_INC;unset' 'POST_LIB;unset' 'POST_SRC;unset' 'POST_VER;unset' 'PYTHONPATH;unset' 'QT_PLUGIN_PATH;unset' 'SHMEM_ABORT_ON_ERROR;unset' 'SLURM_PROLOG;unset' 'SP_LIB4;unset' 'SP_LIB8;unset' 'SP_LIBd;unset' 'SP_SRC;unset' 'SP_VER;unset' 'TBBROOT;unset' 'W3EMC_INC4;unset' 'W3EMC_INC8;unset' 'W3EMC_INCd;unset' 'W3EMC_LIB4;unset' 'W3EMC_LIB8;unset' 'W3EMC_LIBd;unset' 'W3EMC_SRC;unset' 'W3EMC_VER;unset' 'W3NCO_INC4;unset' 'W3NCO_INC8;unset' 'W3NCO_INCd;unset' 'W3NCO_LIB4;unset' 'W3NCO_LIB8;unset' 'W3NCO_LIBd;unset' 'W3NCO_SRC;unset' 'W3NCO_VER;unset' 'XLSF_UIDDIR;unset' 'XTOS_VERSION;unset' 'XTPE_NETWORK_TARGET;unset' 'Z_INC;unset' 'Z_LIB;unset' 'Z_SRC;unset' 'Z_VER;unset' '_LMFILES_;' +++ eval INFOPATH=/usr/local/info:/usr/share/info:/usr/info ';export' 'INFOPATH;MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;PATH=/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_DEFAULT_REQUIRED_PRODUCTS;unset' 'ATP_HOME;unset' 'ATP_MRNET_COMM_PATH;unset' 'ATP_POST_LINK_OPTS;unset' 'BACIO_LIB4;unset' 'BACIO_LIB8;unset' 'BACIO_SRC;unset' 'BACIO_VER;unset' 'CMAKE_CXX_COMPILER;unset' 'CMAKE_C_COMPILER;unset' 'CMAKE_Fortran_COMPILER;unset' 'CMAKE_Platform;unset' 'COMP;unset' 'CPATH;unset' 'CRAYOS_VERSION;unset' 'CRAYPE_DIR;unset' 'CRAYPE_NETWORK_TARGET;unset' 'CRAYPE_VERSION;unset' 'CRAY_ALPS_INCLUDE_OPTS;unset' 'CRAY_ALPS_POST_LINK_OPTS;unset' 'CRAY_CPU_TARGET;unset' 'CRAY_DMAPP_INCLUDE_OPTS;unset' 'CRAY_DMAPP_POST_LINK_OPTS;unset' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;unset' 'CRAY_HDF5_DIR;unset' 'CRAY_HDF5_VERSION;unset' 'CRAY_LD_LIBRARY_PATH;unset' 'CRAY_LIBSCI_BASE_DIR;unset' 'CRAY_LIBSCI_DIR;unset' 'CRAY_LIBSCI_PREFIX_DIR;unset' 'CRAY_LIBSCI_VERSION;unset' 'CRAY_NETCDF_VERSION;unset' 'CRAY_PE_MODULES;unset' 'CRAY_PMI_INCLUDE_OPTS;unset' 'CRAY_PMI_POST_LINK_OPTS;unset' 'CRAY_PRE_COMPILE_OPTS;unset' 'CRAY_PRGENVINTEL;unset' 'CRAY_RCA_INCLUDE_OPTS;unset' 'CRAY_RCA_POST_LINK_OPTS;unset' 'CRAY_UDREG_INCLUDE_OPTS;unset' 'CRAY_UDREG_POST_LINK_OPTS;unset' 'CRAY_UGNI_INCLUDE_OPTS;unset' 'CRAY_UGNI_POST_LINK_OPTS;unset' 'CRAY_XPMEM_INCLUDE_OPTS;unset' 'CRAY_XPMEM_POST_LINK_OPTS;unset' 'CRTM_FIX;unset' 'CRTM_INC;unset' 'CRTM_LIB;unset' 'CRTM_SRC;unset' 'CRTM_VER;unset' 'DMAPP_ABORT_ON_ERROR;unset' 'DVS_INCLUDE_OPTS;unset' 'DVS_VERSION;unset' 'ECF_HOSTFILE;unset' 'ECF_PORT;unset' 'ECF_ROOT;unset' 'ESMFMKFILE;unset' 'G2TMPL_INC;unset' 'G2TMPL_LIB;unset' 'G2TMPL_SRC;unset' 'G2TMPL_VER;unset' 'G2_INC4;unset' 'G2_INCd;unset' 'G2_LIB4;unset' 'G2_LIBd;unset' 'G2_SRC;unset' 'G2_VER;unset' 'GCC_PATH;unset' 'GCC_VERSION;unset' 'GDBSERVER_MIC;unset' 'GDB_CROSS;unset' 'GDB_HOST;unset' 'GNU_VERSION;unset' 'HDF5_DIR;unset' 'HDF5_INCLUDE_OPTS;unset' 'HDF5_ROOT;unset' 'INTEL_LICENSE_FILE;unset' 'INTEL_MAJOR_VERSION;unset' 'INTEL_MINOR_VERSION;unset' 'INTEL_PATH;unset' 'INTEL_PYTHONHOME;unset' 'INTEL_VERSION;unset' 'IPPROOT;unset' 'IP_INC4;unset' 'IP_INC8;unset' 'IP_INCd;unset' 'IP_LIB4;unset' 'IP_LIB8;unset' 'IP_LIBd;unset' 'IP_SRC;unset' 'IP_VER;unset' 'JASPER_INC;unset' 'JASPER_LIB;unset' 'JASPER_LIBDIR;unset' 'JASPER_LIBl;unset' 'JASPER_SRC;unset' 'JASPER_VER;unset' 'LD_LIBRARY_PATH;unset' 'LIBRARY_PATH;unset' 'LIBSCI_BASE_DIR;unset' 'LIBSCI_VERSION;unset' 'LIB_NAME;unset' 'LOADEDMODULES;unset' 'LSF_BINDIR;unset' 'LSF_ENVDIR;unset' 'LSF_LIBDIR;unset' 'LSF_SERVERDIR;unset' 'MIC_LD_LIBRARY_PATH;unset' 'MIC_LIBRARY_PATH;unset' 'MKLROOT;unset' 'MPICH_ABORT_ON_ERROR;unset' 'MPM_LAUNCHER;unset' 'NEMSIO_INC;unset' 'NEMSIO_LIB;unset' 'NEMSIO_SRC;unset' 'NEMSIO_VER;unset' 'NETCDF_DIR;unset' 'NLSPATH;unset' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_CRAY_FIXED_PKGCONFIG_PATH;unset' 'PE_CXX_PKGCONFIG_LIBS;unset' 'PE_ENV;unset' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_FFTW_DEFAULT_TARGET_haswell;unset' 'PE_FFTW_DEFAULT_TARGET_interlagos;unset' 'PE_FFTW_DEFAULT_TARGET_sandybridge;unset' 'PE_FFTW_DEFAULT_TARGET_x86_64;unset' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_GA_DEFAULT_FIXED_PRGENV;unset' 'PE_GA_DEFAULT_GENCOMPS_GNU;unset' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_GA_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_CXX_PKGCONFIG_LIBS;unset' 'PE_HDF5_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_DIR;unset' 'PE_HDF5_FIXED_PRGENV;unset' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_HDF5_GENCOMPILERS_GNU;unset' 'PE_HDF5_GENCOMPS_GNU;unset' 'PE_HDF5_MODULE_NAME;unset' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_PKGCONFIG_LIBS;unset' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_VOLATILE_PRGENV;unset' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_INTEL_FIXED_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;unset' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_MODULE_NAME;unset' 'PE_LIBSCI_OMP_REQUIRES;unset' 'PE_LIBSCI_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_PKGCONFIG_LIBS;unset' 'PE_LIBSCI_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_VOLATILE_PRGENV;unset' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;unset' 'PE_MPICH_DEFAULT_FIXED_PRGENV;unset' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;unset' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;unset' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;unset' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;unset' 'PE_MPICH_NV_LIBS;unset' 'PE_MPICH_NV_LIBS_nvidia20;unset' 'PE_MPICH_NV_LIBS_nvidia35;unset' 'PE_MPICH_PKGCONFIG_VARIABLES;unset' 'PE_MPICH_TARGET_VAR_nvidia20;unset' 'PE_MPICH_TARGET_VAR_nvidia35;unset' 'PE_NETCDF_BASEDIR;unset' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;unset' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_FIXED_PRGENV;unset' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_NETCDF_GENCOMPILERS_GNU;unset' 'PE_NETCDF_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_MODULE_NAME;unset' 'PE_NETCDF_PKGCONFIG_LIBS;unset' 'PE_NETCDF_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_VOLATILE_PRGENV;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;unset' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;unset' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;unset' 'PE_PKGCONFIG_LIBS;unset' 'PE_PKGCONFIG_PRODUCTS;unset' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;unset' 'PE_PKG_CONFIG_PATH;unset' 'PE_PRODUCT_LIST;unset' 'PE_SMA_DIR_CRAY_DEFAULT64;unset' 'PE_SMA_DIR_PGI_DEFAULT64;unset' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;unset' 'PKGCONFIG_ENABLED;unset' 'PKG_CONFIG_PATH;unset' 'PKG_CONFIG_PATH_DEFAULT;unset' 'PNG_INC;unset' 'PNG_LIB;unset' 'PNG_LIB12;unset' 'PNG_LIBDIR;unset' 'PNG_LIBso;unset' 'PNG_SRC;unset' 'PNG_VER;unset' 'POST_INC;unset' 'POST_LIB;unset' 'POST_SRC;unset' 'POST_VER;unset' 'PYTHONPATH;unset' 'QT_PLUGIN_PATH;unset' 'SHMEM_ABORT_ON_ERROR;unset' 'SLURM_PROLOG;unset' 'SP_LIB4;unset' 'SP_LIB8;unset' 'SP_LIBd;unset' 'SP_SRC;unset' 'SP_VER;unset' 'TBBROOT;unset' 'W3EMC_INC4;unset' 'W3EMC_INC8;unset' 'W3EMC_INCd;unset' 'W3EMC_LIB4;unset' 'W3EMC_LIB8;unset' 'W3EMC_LIBd;unset' 'W3EMC_SRC;unset' 'W3EMC_VER;unset' 'W3NCO_INC4;unset' 'W3NCO_INC8;unset' 'W3NCO_INCd;unset' 'W3NCO_LIB4;unset' 'W3NCO_LIB8;unset' 'W3NCO_LIBd;unset' 'W3NCO_SRC;unset' 'W3NCO_VER;unset' 'XLSF_UIDDIR;unset' 'XTOS_VERSION;unset' 'XTPE_NETWORK_TARGET;unset' 'Z_INC;unset' 'Z_LIB;unset' 'Z_SRC;unset' 'Z_VER;unset' '_LMFILES_;' +++ INFOPATH=/usr/local/info:/usr/share/info:/usr/info +++ export INFOPATH +++ MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man +++ export MANPATH -+++ MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ++++ MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ export MODULEPATH +++ PATH=/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse +++ export PATH @@ -400,8 +400,8 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ eval ++ module use /opt/cray/ari/modulefiles +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/ari/modulefiles -++ eval MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ';export' 'MODULEPATH;' -+++ MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ eval MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ';export' 'MODULEPATH;' ++++ MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ export MODULEPATH ++ module use /opt/cray/craype/default/alt-modulefiles +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/craype/default/alt-modulefiles @@ -421,16 +421,16 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__44053 +++ unset setup__test_function__6707 ++ unset __ms_function_name + [[ wcoss_cray == macosx.* ]] + [[ wcoss_cray == linux.* ]] -+ module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray -++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray ++ module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray + eval + module load fv3 ++ /opt/modules/3.2.10.3/bin/modulecmd bash load fv3 -+ eval ATP_HOME=/opt/cray/atp/1.8.1 ';export' 'ATP_HOME;ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper' ';export' 'ATP_MRNET_COMM_PATH;ATP_POST_LINK_OPTS=-Wl,-L/opt/cray/atp/1.8.1/libApp/\' ';export' 'ATP_POST_LINK_OPTS;BACIO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a' ';export' 'BACIO_LIB4;BACIO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_8.a' ';export' 'BACIO_LIB8;BACIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/bacio_v2.0.3' ';export' 'BACIO_SRC;BACIO_VER=v2.0.3' ';export' 'BACIO_VER;CMAKE_CXX_COMPILER=CC' ';export' 'CMAKE_CXX_COMPILER;CMAKE_C_COMPILER=cc' ';export' 'CMAKE_C_COMPILER;CMAKE_Fortran_COMPILER=ftn' ';export' 'CMAKE_Fortran_COMPILER;CMAKE_Platform=wcoss_cray' ';export' 'CMAKE_Platform;COMP=intel' ';export' 'COMP;CPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/include' ';export' 'CPATH;CRAYOS_VERSION=5.2.82' ';export' 'CRAYOS_VERSION;CRAYPE_DIR=/opt/cray/craype/2.3.0' ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=aries' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.3.0' ';export' 'CRAYPE_VERSION;CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include' ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_CPU_TARGET=haswell' ';export' 'CRAY_CPU_TARGET;CRAY_DMAPP_INCLUDE_OPTS=-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/include\' '-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include\' ';export' 'CRAY_DMAPP_INCLUDE_OPTS;CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64' ';export' 'CRAY_DMAPP_POST_LINK_OPTS;CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include' ';export' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'CRAY_HDF5_DIR;CRAY_HDF5_VERSION=1.8.14' ';export' 'CRAY_HDF5_VERSION;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64:/opt/cray/hdf5/1.8.14/INTEL/14.0/lib:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64:/opt/cray/pmi/5.0.11/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64:/opt/cray/libsci/13.0.3/INTEL/140/x86_64/lib' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_BASE_DIR;CRAY_LIBSCI_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_DIR;CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/13.0.3/INTEL/140/x86_64' ';export' 'CRAY_LIBSCI_PREFIX_DIR;CRAY_LIBSCI_VERSION=13.0.3' ';export' 'CRAY_LIBSCI_VERSION;CRAY_NETCDF_VERSION=4.3.3.1' ';export' 'CRAY_NETCDF_VERSION;CRAY_PE_MODULES=cray-hdf5:cray-netcdf' ';export' 'CRAY_PE_MODULES;CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include' ';export' 'CRAY_PMI_INCLUDE_OPTS;CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64' ';export' 'CRAY_PMI_POST_LINK_OPTS;CRAY_PRE_COMPILE_OPTS=-hnetwork=aries' ';export' 'CRAY_PRE_COMPILE_OPTS;CRAY_PRGENVINTEL=loaded' ';export' 'CRAY_PRGENVINTEL;CRAY_RCA_INCLUDE_OPTS=-I/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/include\' '-I/opt/cray/krca/1.0.0-2.0502.67049.8.22.ari/include\' '-I/opt/cray-hss-devel/7.2.0/include\' ';export' 'CRAY_RCA_INCLUDE_OPTS;CRAY_RCA_POST_LINK_OPTS=-L/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64\' '-lrca\' ';export' 'CRAY_RCA_POST_LINK_OPTS;CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/include' ';export' 'CRAY_UDREG_INCLUDE_OPTS;CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64' ';export' 'CRAY_UDREG_POST_LINK_OPTS;CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/include' ';export' 'CRAY_UGNI_INCLUDE_OPTS;CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64' ';export' 'CRAY_UGNI_POST_LINK_OPTS;CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/include' ';export' 'CRAY_XPMEM_INCLUDE_OPTS;CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64' ';export' 'CRAY_XPMEM_POST_LINK_OPTS;CRTM_FIX=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/fix' ';export' 'CRTM_FIX;CRTM_INC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/include/crtm_v2.2.6' ';export' 'CRTM_INC;CRTM_LIB=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a' ';export' 'CRTM_LIB;CRTM_SRC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/src' ';export' 'CRTM_SRC;CRTM_VER=v2.2.6' ';export' 'CRTM_VER;DMAPP_ABORT_ON_ERROR=1' ';export' 'DMAPP_ABORT_ON_ERROR;DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/include' ';export' 'DVS_INCLUDE_OPTS;DVS_VERSION=0.9.0' ';export' 'DVS_VERSION;ESMFMKFILE=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk' ';export' 'ESMFMKFILE;G2TMPL_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2tmpl_v1.6.0' ';export' 'G2TMPL_INC;G2TMPL_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a' ';export' 'G2TMPL_LIB;G2TMPL_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2tmpl_v1.6.0/src' ';export' 'G2TMPL_SRC;G2TMPL_VER=v1.6.0' ';export' 'G2TMPL_VER;G2_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_4' ';export' 'G2_INC4;G2_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_d' ';export' 'G2_INCd;G2_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a' ';export' 'G2_LIB4;G2_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_d.a' ';export' 'G2_LIBd;G2_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2_v3.1.1' ';export' 'G2_SRC;G2_VER=v3.1.1' ';export' 'G2_VER;GCC_PATH=/opt/gcc/4.9.2' ';export' 'GCC_PATH;GCC_VERSION=4.9.2' ';export' 'GCC_VERSION;GDBSERVER_MIC=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/target/mic/bin/gdbserver' ';export' 'GDBSERVER_MIC;GDB_CROSS=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-mic' ';export' 'GDB_CROSS;GDB_HOST=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-ia-mic' ';export' 'GDB_HOST;GNU_VERSION=4.9.2' ';export' 'GNU_VERSION;HDF5_DIR=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_DIR;HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/INTEL/14.0/include' ';export' 'HDF5_INCLUDE_OPTS;HDF5_ROOT=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_ROOT;INFOPATH=/opt/gcc/4.9.2/snos/share/info:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/info/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/info/:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2016.3.210/linux/licenses:/opt/intel/licenses:/intel/licenses' ';export' 'INTEL_LICENSE_FILE;INTEL_MAJOR_VERSION=16.0' ';export' 'INTEL_MAJOR_VERSION;INTEL_MINOR_VERSION=3.210' ';export' 'INTEL_MINOR_VERSION;INTEL_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux' ';export' 'INTEL_PATH;INTEL_PYTHONHOME=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/python/intel64/' ';export' 'INTEL_PYTHONHOME;INTEL_VERSION=16.0.3.210' ';export' 'INTEL_VERSION;IPPROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp' ';export' 'IPPROOT;IP_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_4' ';export' 'IP_INC4;IP_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_8' ';export' 'IP_INC8;IP_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_d' ';export' 'IP_INCd;IP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_4.a' ';export' 'IP_LIB4;IP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_8.a' ';export' 'IP_LIB8;IP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_d.a' ';export' 'IP_LIBd;IP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/ip_v3.0.2' ';export' 'IP_SRC;IP_VER=v3.0.2' ';export' 'IP_VER;JASPER_INC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/include' ';export' 'JASPER_INC;JASPER_LIB=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a' ';export' 'JASPER_LIB;JASPER_LIBDIR=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib' ';export' 'JASPER_LIBDIR;JASPER_LIBl=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.la' ';export' 'JASPER_LIBl;JASPER_SRC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/sorc/jasper_v1.900.1' ';export' 'JASPER_SRC;JASPER_VER=1.900.1' ';export' 'JASPER_VER;LD_LIBRARY_PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib:/opt/gcc/4.9.2/snos/lib64:/usrx/local/dev/python/2.7.14/lib:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/tools/intel64/perfsys:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/libipt/intel64/lib' ';export' 'LD_LIBRARY_PATH;LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1' ';export' 'LIBRARY_PATH;LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'LIBSCI_BASE_DIR;LIBSCI_VERSION=13.0.3' ';export' 'LIBSCI_VERSION;LIB_NAME=POST' ';export' 'LIB_NAME;LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.1:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3' ';export' 'LOADEDMODULES;LSF_BINDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin' ';export' 'LSF_BINDIR;LSF_ENVDIR=/gpfs/llsf/xt-lsfhpc/conf' ';export' 'LSF_ENVDIR;LSF_LIBDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib' ';export' 'LSF_LIBDIR;LSF_SERVERDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc' ';export' 'LSF_SERVERDIR;MANPATH=/opt/cray/pmi/5.0.11/man:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/share/man:/opt/gcc/4.9.2/snos/share/man:/usrx/local/dev/cmake/3.6.2/share/man:/usrx/local/dev/python/2.7.14/share/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/netcdf/4.3.3.1/share/man:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/common:/opt/cray/atp/1.8.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/man:/opt/cray/libsci/13.0.3/man:/opt/cray/man/csmlversion:/opt/cray/craype/2.3.0/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man:/opt/cray/man' ';export' 'MANPATH;MIC_LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LD_LIBRARY_PATH;MIC_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LIBRARY_PATH;MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl' ';export' 'MKLROOT;MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;MPICH_ABORT_ON_ERROR=1' ';export' 'MPICH_ABORT_ON_ERROR;MPM_LAUNCHER=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/mpm/bin/start_mpm.sh' ';export' 'MPM_LAUNCHER;NEMSIO_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4' ';export' 'NEMSIO_INC;NEMSIO_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a' ';export' 'NEMSIO_LIB;NEMSIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/nemsio_v2.2.4' ';export' 'NEMSIO_SRC;NEMSIO_VER=v2.2.4' ';export' 'NEMSIO_VER;NETCDF_DIR=/opt/cray/netcdf/4.3.3.1/INTEL/14.0' ';export' 'NETCDF_DIR;NLSPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/locale/%l_%t/%N' ';export' 'NLSPATH;PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'PATH;PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig' ';export' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig' ';export' 'PE_CRAY_FIXED_PKGCONFIG_PATH;PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:netcdf_c++4' ';export' 'PE_CXX_PKGCONFIG_LIBS;PE_ENV=INTEL' ';export' 'PE_ENV;PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;PE_FFTW_DEFAULT_TARGET_haswell=haswell' ';export' 'PE_FFTW_DEFAULT_TARGET_haswell;PE_FFTW_DEFAULT_TARGET_interlagos=interlagos' ';export' 'PE_FFTW_DEFAULT_TARGET_interlagos;PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_sandybridge;PE_FFTW_DEFAULT_TARGET_x86_64=x86_64' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_64;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.2/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:netcdff' ';export' 'PE_FORTRAN_PKGCONFIG_LIBS;PE_GA_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_GA_DEFAULT_FIXED_PRGENV;PE_GA_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_GA_DEFAULT_GENCOMPS_GNU;PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.1/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_GA_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_GA_DEFAULT_VOLATILE_PRGENV;PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp' ';export' 'PE_HDF5_CXX_PKGCONFIG_LIBS;PE_HDF5_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_DEFAULT_FIXED_PRGENV;PE_HDF5_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.13/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;PE_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'PE_HDF5_DIR;PE_HDF5_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_FIXED_PRGENV;PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran' ';export' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;PE_HDF5_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_HDF5_GENCOMPILERS_GNU;PE_HDF5_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_HDF5_GENCOMPS_GNU;PE_HDF5_MODULE_NAME=cray-hdf5' ';export' 'PE_HDF5_MODULE_NAME;PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.8.13/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5' ';export' 'PE_HDF5_PKGCONFIG_LIBS;PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;PE_HDF5_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_VOLATILE_PRGENV;PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig' ';export' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig' ';export' 'PE_INTEL_FIXED_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;PE_LIBSCI_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;PE_LIBSCI_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;PE_LIBSCI_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;PE_LIBSCI_MODULE_NAME=cray-libsci/13.0.3' ';export' 'PE_LIBSCI_MODULE_NAME;PE_LIBSCI_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_OMP_REQUIRES_openmp;PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci' ';export' 'PE_LIBSCI_PKGCONFIG_LIBS;PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_PKGCONFIG_VARIABLES;PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_REQUIRED_PRODUCTS;PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_VOLATILE_PRGENV;PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL' ';export' 'PE_MPICH_DEFAULT_FIXED_PRGENV;PE_MPICH_DEFAULT_GENCOMPS_CRAY=83' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;PE_MPICH_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/mpich2-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_MPICH_DEFAULT_VOLATILE_PRGENV=CRAY\' GNU ';export' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt' ';export' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;PE_MPICH_NV_LIBS_nvidia20=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia20;PE_MPICH_NV_LIBS_nvidia35=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia35;PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@' ';export' 'PE_MPICH_PKGCONFIG_VARIABLES;PE_MPICH_TARGET_VAR_nvidia20=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia20;PE_MPICH_TARGET_VAR_nvidia35=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia35;PE_NETCDF_BASEDIR=/opt/cray/netcdf/4.3.3.1' ';export' 'PE_NETCDF_BASEDIR;PE_NETCDF_CXX_PKGCONFIG_LIBS=netcdf_c++4' ';export' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;PE_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;PE_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_FIXED_PRGENV;PE_NETCDF_FORTRAN_PKGCONFIG_LIBS=netcdff' ';export' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;PE_NETCDF_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_NETCDF_GENCOMPILERS_GNU;PE_NETCDF_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_NETCDF_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL\' PE_MPICH ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.3.2/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_MODULE_NAME=cray-netcdf' ';export' 'PE_NETCDF_MODULE_NAME;PE_NETCDF_PKGCONFIG_LIBS=netcdf' ';export' 'PE_NETCDF_PKGCONFIG_LIBS;PE_NETCDF_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_REQUIRED_PRODUCTS;PE_NETCDF_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.3.1/@PRGENV@/@PE_NETCDF_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_VOLATILE_PRGENV;PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@' ';export' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;PE_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU=4.9\' 4.8 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_TPSL' ';export' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.5.3.0/real/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PETSC_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TPSL:PE_LIBSCI:PE_TRILINOS:PE_FFTW:PE_PARALLEL_NETCDF:PE_GA:PE_NETCDF_HDF5PARALLEL:PE_MPICH:PE_HDF5_PARALLEL:PE_PETSC:PE_NETCDF:PE_HDF5' ';export' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_NETCDF:PE_LIBSCI' ';export' 'PE_PKGCONFIG_PRODUCTS;PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI' ';export' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.2/lib/pkgconfig' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAYPE_HASWELL:CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:CRAYPE:INTEL' ';export' 'PE_PRODUCT_LIST;PE_SMA_DIR_CRAY_DEFAULT64=64' ';export' 'PE_SMA_DIR_CRAY_DEFAULT64;PE_SMA_DIR_PGI_DEFAULT64=64' ';export' 'PE_SMA_DIR_PGI_DEFAULT64;PE_SMA_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/sma@PE_SMA_DIR_DEFAULT64@/lib64/pkgconfig' ';export' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/1.4.4/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL' ';export' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/11.12.1.2/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TRILINOS_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;PKGCONFIG_ENABLED=1' ';export' 'PKGCONFIG_ENABLED;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64/pkgconfig:/opt/cray/craype/2.3.0/pkg-config:/opt/cray/atp/1.8.1/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.4.0.1/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH_DEFAULT;PNG_INC=/usrx/local/prod//png/1.2.49/intel/sandybridge/include' ';export' 'PNG_INC;PNG_LIB=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a' ';export' 'PNG_LIB;PNG_LIB12=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng12.a' ';export' 'PNG_LIB12;PNG_LIBDIR=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib' ';export' 'PNG_LIBDIR;PNG_LIBso=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.so' ';export' 'PNG_LIBso;PNG_SRC=/usrx/local/prod//png/1.2.49/intel/sandybridge/src' ';export' 'PNG_SRC;PNG_VER=1.2.49' ';export' 'PNG_VER;POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4' ';export' 'POST_INC;POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a' ';export' 'POST_LIB;POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.1' ';export' 'POST_SRC;POST_VER=v8.0.1' ';export' 'POST_VER;SHMEM_ABORT_ON_ERROR=1' ';export' 'SHMEM_ABORT_ON_ERROR;SLURM_PROLOG=/opt/cray/atp/1.8.1/libexec/slurm_prolog.ksh' ';export' 'SLURM_PROLOG;SP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_4.a' ';export' 'SP_LIB4;SP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_8.a' ';export' 'SP_LIB8;SP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a' ';export' 'SP_LIBd;SP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/sp_v2.0.3' ';export' 'SP_SRC;SP_VER=v2.0.3' ';export' 'SP_VER;TBBROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb' ';export' 'TBBROOT;W3EMC_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_4' ';export' 'W3EMC_INC4;W3EMC_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_8' ';export' 'W3EMC_INC8;W3EMC_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_d' ';export' 'W3EMC_INCd;W3EMC_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_4.a' ';export' 'W3EMC_LIB4;W3EMC_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_8.a' ';export' 'W3EMC_LIB8;W3EMC_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a' ';export' 'W3EMC_LIBd;W3EMC_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3emc_v2.3.1' ';export' 'W3EMC_SRC;W3EMC_VER=v2.3.1' ';export' 'W3EMC_VER;W3NCO_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_4' ';export' 'W3NCO_INC4;W3NCO_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_8' ';export' 'W3NCO_INC8;W3NCO_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_d' ';export' 'W3NCO_INCd;W3NCO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_4.a' ';export' 'W3NCO_LIB4;W3NCO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_8.a' ';export' 'W3NCO_LIB8;W3NCO_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a' ';export' 'W3NCO_LIBd;W3NCO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3nco_v2.0.7' ';export' 'W3NCO_SRC;W3NCO_VER=v2.0.7' ';export' 'W3NCO_VER;XLSF_UIDDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib/uid' ';export' 'XLSF_UIDDIR;XTOS_VERSION=5.2.82' ';export' 'XTOS_VERSION;XTPE_NETWORK_TARGET=aries' ';export' 'XTPE_NETWORK_TARGET;Z_INC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'Z_INC;Z_LIB=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a' ';export' 'Z_LIB;Z_SRC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/src' ';export' 'Z_SRC;Z_VER=1.2.7' ';export' 'Z_VER;_LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.1:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3' ';export' '_LMFILES_;' ++ eval ATP_HOME=/opt/cray/atp/1.8.1 ';export' 'ATP_HOME;ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper' ';export' 'ATP_MRNET_COMM_PATH;ATP_POST_LINK_OPTS=-Wl,-L/opt/cray/atp/1.8.1/libApp/\' ';export' 'ATP_POST_LINK_OPTS;BACIO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a' ';export' 'BACIO_LIB4;BACIO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_8.a' ';export' 'BACIO_LIB8;BACIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/bacio_v2.0.3' ';export' 'BACIO_SRC;BACIO_VER=v2.0.3' ';export' 'BACIO_VER;CMAKE_CXX_COMPILER=CC' ';export' 'CMAKE_CXX_COMPILER;CMAKE_C_COMPILER=cc' ';export' 'CMAKE_C_COMPILER;CMAKE_Fortran_COMPILER=ftn' ';export' 'CMAKE_Fortran_COMPILER;CMAKE_Platform=wcoss_cray' ';export' 'CMAKE_Platform;COMP=intel' ';export' 'COMP;CPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/include' ';export' 'CPATH;CRAYOS_VERSION=5.2.82' ';export' 'CRAYOS_VERSION;CRAYPE_DIR=/opt/cray/craype/2.3.0' ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=aries' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.3.0' ';export' 'CRAYPE_VERSION;CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include' ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_CPU_TARGET=haswell' ';export' 'CRAY_CPU_TARGET;CRAY_DMAPP_INCLUDE_OPTS=-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/include\' '-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include\' ';export' 'CRAY_DMAPP_INCLUDE_OPTS;CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64' ';export' 'CRAY_DMAPP_POST_LINK_OPTS;CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include' ';export' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'CRAY_HDF5_DIR;CRAY_HDF5_VERSION=1.8.14' ';export' 'CRAY_HDF5_VERSION;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64:/opt/cray/hdf5/1.8.14/INTEL/14.0/lib:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64:/opt/cray/pmi/5.0.11/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64:/opt/cray/libsci/13.0.3/INTEL/140/x86_64/lib' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_BASE_DIR;CRAY_LIBSCI_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_DIR;CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/13.0.3/INTEL/140/x86_64' ';export' 'CRAY_LIBSCI_PREFIX_DIR;CRAY_LIBSCI_VERSION=13.0.3' ';export' 'CRAY_LIBSCI_VERSION;CRAY_NETCDF_VERSION=4.3.3.1' ';export' 'CRAY_NETCDF_VERSION;CRAY_PE_MODULES=cray-hdf5:cray-netcdf' ';export' 'CRAY_PE_MODULES;CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include' ';export' 'CRAY_PMI_INCLUDE_OPTS;CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64' ';export' 'CRAY_PMI_POST_LINK_OPTS;CRAY_PRE_COMPILE_OPTS=-hnetwork=aries' ';export' 'CRAY_PRE_COMPILE_OPTS;CRAY_PRGENVINTEL=loaded' ';export' 'CRAY_PRGENVINTEL;CRAY_RCA_INCLUDE_OPTS=-I/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/include\' '-I/opt/cray/krca/1.0.0-2.0502.67049.8.22.ari/include\' '-I/opt/cray-hss-devel/7.2.0/include\' ';export' 'CRAY_RCA_INCLUDE_OPTS;CRAY_RCA_POST_LINK_OPTS=-L/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64\' '-lrca\' ';export' 'CRAY_RCA_POST_LINK_OPTS;CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/include' ';export' 'CRAY_UDREG_INCLUDE_OPTS;CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64' ';export' 'CRAY_UDREG_POST_LINK_OPTS;CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/include' ';export' 'CRAY_UGNI_INCLUDE_OPTS;CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64' ';export' 'CRAY_UGNI_POST_LINK_OPTS;CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/include' ';export' 'CRAY_XPMEM_INCLUDE_OPTS;CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64' ';export' 'CRAY_XPMEM_POST_LINK_OPTS;CRTM_FIX=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/fix' ';export' 'CRTM_FIX;CRTM_INC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/include/crtm_v2.2.6' ';export' 'CRTM_INC;CRTM_LIB=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a' ';export' 'CRTM_LIB;CRTM_SRC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/src' ';export' 'CRTM_SRC;CRTM_VER=v2.2.6' ';export' 'CRTM_VER;DMAPP_ABORT_ON_ERROR=1' ';export' 'DMAPP_ABORT_ON_ERROR;DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/include' ';export' 'DVS_INCLUDE_OPTS;DVS_VERSION=0.9.0' ';export' 'DVS_VERSION;ESMFMKFILE=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk' ';export' 'ESMFMKFILE;G2TMPL_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2tmpl_v1.6.0' ';export' 'G2TMPL_INC;G2TMPL_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a' ';export' 'G2TMPL_LIB;G2TMPL_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2tmpl_v1.6.0/src' ';export' 'G2TMPL_SRC;G2TMPL_VER=v1.6.0' ';export' 'G2TMPL_VER;G2_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_4' ';export' 'G2_INC4;G2_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_d' ';export' 'G2_INCd;G2_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a' ';export' 'G2_LIB4;G2_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_d.a' ';export' 'G2_LIBd;G2_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2_v3.1.1' ';export' 'G2_SRC;G2_VER=v3.1.1' ';export' 'G2_VER;GCC_PATH=/opt/gcc/4.9.2' ';export' 'GCC_PATH;GCC_VERSION=4.9.2' ';export' 'GCC_VERSION;GDBSERVER_MIC=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/target/mic/bin/gdbserver' ';export' 'GDBSERVER_MIC;GDB_CROSS=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-mic' ';export' 'GDB_CROSS;GDB_HOST=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-ia-mic' ';export' 'GDB_HOST;GNU_VERSION=4.9.2' ';export' 'GNU_VERSION;HDF5_DIR=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_DIR;HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/INTEL/14.0/include' ';export' 'HDF5_INCLUDE_OPTS;HDF5_ROOT=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_ROOT;INFOPATH=/opt/gcc/4.9.2/snos/share/info:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/info/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/info/:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2016.3.210/linux/licenses:/opt/intel/licenses:/intel/licenses' ';export' 'INTEL_LICENSE_FILE;INTEL_MAJOR_VERSION=16.0' ';export' 'INTEL_MAJOR_VERSION;INTEL_MINOR_VERSION=3.210' ';export' 'INTEL_MINOR_VERSION;INTEL_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux' ';export' 'INTEL_PATH;INTEL_PYTHONHOME=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/python/intel64/' ';export' 'INTEL_PYTHONHOME;INTEL_VERSION=16.0.3.210' ';export' 'INTEL_VERSION;IPPROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp' ';export' 'IPPROOT;IP_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_4' ';export' 'IP_INC4;IP_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_8' ';export' 'IP_INC8;IP_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_d' ';export' 'IP_INCd;IP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_4.a' ';export' 'IP_LIB4;IP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_8.a' ';export' 'IP_LIB8;IP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_d.a' ';export' 'IP_LIBd;IP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/ip_v3.0.2' ';export' 'IP_SRC;IP_VER=v3.0.2' ';export' 'IP_VER;JASPER_INC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/include' ';export' 'JASPER_INC;JASPER_LIB=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a' ';export' 'JASPER_LIB;JASPER_LIBDIR=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib' ';export' 'JASPER_LIBDIR;JASPER_LIBl=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.la' ';export' 'JASPER_LIBl;JASPER_SRC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/sorc/jasper_v1.900.1' ';export' 'JASPER_SRC;JASPER_VER=1.900.1' ';export' 'JASPER_VER;LD_LIBRARY_PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib:/opt/gcc/4.9.2/snos/lib64:/usrx/local/dev/python/2.7.14/lib:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/tools/intel64/perfsys:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/libipt/intel64/lib' ';export' 'LD_LIBRARY_PATH;LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1' ';export' 'LIBRARY_PATH;LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'LIBSCI_BASE_DIR;LIBSCI_VERSION=13.0.3' ';export' 'LIBSCI_VERSION;LIB_NAME=POST' ';export' 'LIB_NAME;LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.4:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3' ';export' 'LOADEDMODULES;LSF_BINDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin' ';export' 'LSF_BINDIR;LSF_ENVDIR=/gpfs/llsf/xt-lsfhpc/conf' ';export' 'LSF_ENVDIR;LSF_LIBDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib' ';export' 'LSF_LIBDIR;LSF_SERVERDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc' ';export' 'LSF_SERVERDIR;MANPATH=/opt/cray/pmi/5.0.11/man:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/share/man:/opt/gcc/4.9.2/snos/share/man:/usrx/local/dev/cmake/3.6.2/share/man:/usrx/local/dev/python/2.7.14/share/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/netcdf/4.3.3.1/share/man:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/common:/opt/cray/atp/1.8.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/man:/opt/cray/libsci/13.0.3/man:/opt/cray/man/csmlversion:/opt/cray/craype/2.3.0/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man:/opt/cray/man' ';export' 'MANPATH;MIC_LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LD_LIBRARY_PATH;MIC_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LIBRARY_PATH;MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl' ';export' 'MKLROOT;MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;MPICH_ABORT_ON_ERROR=1' ';export' 'MPICH_ABORT_ON_ERROR;MPM_LAUNCHER=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/mpm/bin/start_mpm.sh' ';export' 'MPM_LAUNCHER;NEMSIO_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4' ';export' 'NEMSIO_INC;NEMSIO_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a' ';export' 'NEMSIO_LIB;NEMSIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/nemsio_v2.2.4' ';export' 'NEMSIO_SRC;NEMSIO_VER=v2.2.4' ';export' 'NEMSIO_VER;NETCDF_DIR=/opt/cray/netcdf/4.3.3.1/INTEL/14.0' ';export' 'NETCDF_DIR;NLSPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/locale/%l_%t/%N' ';export' 'NLSPATH;PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'PATH;PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig' ';export' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig' ';export' 'PE_CRAY_FIXED_PKGCONFIG_PATH;PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:netcdf_c++4' ';export' 'PE_CXX_PKGCONFIG_LIBS;PE_ENV=INTEL' ';export' 'PE_ENV;PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;PE_FFTW_DEFAULT_TARGET_haswell=haswell' ';export' 'PE_FFTW_DEFAULT_TARGET_haswell;PE_FFTW_DEFAULT_TARGET_interlagos=interlagos' ';export' 'PE_FFTW_DEFAULT_TARGET_interlagos;PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_sandybridge;PE_FFTW_DEFAULT_TARGET_x86_64=x86_64' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_64;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.2/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:netcdff' ';export' 'PE_FORTRAN_PKGCONFIG_LIBS;PE_GA_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_GA_DEFAULT_FIXED_PRGENV;PE_GA_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_GA_DEFAULT_GENCOMPS_GNU;PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.1/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_GA_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_GA_DEFAULT_VOLATILE_PRGENV;PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp' ';export' 'PE_HDF5_CXX_PKGCONFIG_LIBS;PE_HDF5_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_DEFAULT_FIXED_PRGENV;PE_HDF5_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.13/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;PE_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'PE_HDF5_DIR;PE_HDF5_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_FIXED_PRGENV;PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran' ';export' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;PE_HDF5_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_HDF5_GENCOMPILERS_GNU;PE_HDF5_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_HDF5_GENCOMPS_GNU;PE_HDF5_MODULE_NAME=cray-hdf5' ';export' 'PE_HDF5_MODULE_NAME;PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.8.13/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5' ';export' 'PE_HDF5_PKGCONFIG_LIBS;PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;PE_HDF5_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_VOLATILE_PRGENV;PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig' ';export' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig' ';export' 'PE_INTEL_FIXED_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;PE_LIBSCI_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;PE_LIBSCI_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;PE_LIBSCI_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;PE_LIBSCI_MODULE_NAME=cray-libsci/13.0.3' ';export' 'PE_LIBSCI_MODULE_NAME;PE_LIBSCI_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_OMP_REQUIRES_openmp;PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci' ';export' 'PE_LIBSCI_PKGCONFIG_LIBS;PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_PKGCONFIG_VARIABLES;PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_REQUIRED_PRODUCTS;PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_VOLATILE_PRGENV;PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL' ';export' 'PE_MPICH_DEFAULT_FIXED_PRGENV;PE_MPICH_DEFAULT_GENCOMPS_CRAY=83' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;PE_MPICH_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/mpich2-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_MPICH_DEFAULT_VOLATILE_PRGENV=CRAY\' GNU ';export' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt' ';export' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;PE_MPICH_NV_LIBS_nvidia20=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia20;PE_MPICH_NV_LIBS_nvidia35=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia35;PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@' ';export' 'PE_MPICH_PKGCONFIG_VARIABLES;PE_MPICH_TARGET_VAR_nvidia20=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia20;PE_MPICH_TARGET_VAR_nvidia35=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia35;PE_NETCDF_BASEDIR=/opt/cray/netcdf/4.3.3.1' ';export' 'PE_NETCDF_BASEDIR;PE_NETCDF_CXX_PKGCONFIG_LIBS=netcdf_c++4' ';export' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;PE_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;PE_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_FIXED_PRGENV;PE_NETCDF_FORTRAN_PKGCONFIG_LIBS=netcdff' ';export' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;PE_NETCDF_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_NETCDF_GENCOMPILERS_GNU;PE_NETCDF_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_NETCDF_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL\' PE_MPICH ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.3.2/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_MODULE_NAME=cray-netcdf' ';export' 'PE_NETCDF_MODULE_NAME;PE_NETCDF_PKGCONFIG_LIBS=netcdf' ';export' 'PE_NETCDF_PKGCONFIG_LIBS;PE_NETCDF_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_REQUIRED_PRODUCTS;PE_NETCDF_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.3.1/@PRGENV@/@PE_NETCDF_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_VOLATILE_PRGENV;PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@' ';export' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;PE_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU=4.9\' 4.8 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_TPSL' ';export' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.5.3.0/real/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PETSC_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TPSL:PE_LIBSCI:PE_TRILINOS:PE_FFTW:PE_PARALLEL_NETCDF:PE_GA:PE_NETCDF_HDF5PARALLEL:PE_MPICH:PE_HDF5_PARALLEL:PE_PETSC:PE_NETCDF:PE_HDF5' ';export' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_NETCDF:PE_LIBSCI' ';export' 'PE_PKGCONFIG_PRODUCTS;PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI' ';export' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.2/lib/pkgconfig' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAYPE_HASWELL:CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:CRAYPE:INTEL' ';export' 'PE_PRODUCT_LIST;PE_SMA_DIR_CRAY_DEFAULT64=64' ';export' 'PE_SMA_DIR_CRAY_DEFAULT64;PE_SMA_DIR_PGI_DEFAULT64=64' ';export' 'PE_SMA_DIR_PGI_DEFAULT64;PE_SMA_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/sma@PE_SMA_DIR_DEFAULT64@/lib64/pkgconfig' ';export' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/1.4.4/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL' ';export' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/11.12.1.2/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TRILINOS_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;PKGCONFIG_ENABLED=1' ';export' 'PKGCONFIG_ENABLED;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64/pkgconfig:/opt/cray/craype/2.3.0/pkg-config:/opt/cray/atp/1.8.1/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.4.0.1/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH_DEFAULT;PNG_INC=/usrx/local/prod//png/1.2.49/intel/sandybridge/include' ';export' 'PNG_INC;PNG_LIB=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a' ';export' 'PNG_LIB;PNG_LIB12=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng12.a' ';export' 'PNG_LIB12;PNG_LIBDIR=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib' ';export' 'PNG_LIBDIR;PNG_LIBso=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.so' ';export' 'PNG_LIBso;PNG_SRC=/usrx/local/prod//png/1.2.49/intel/sandybridge/src' ';export' 'PNG_SRC;PNG_VER=1.2.49' ';export' 'PNG_VER;POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.4_4' ';export' 'POST_INC;POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.4_4.a' ';export' 'POST_LIB;POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.4' ';export' 'POST_SRC;POST_VER=v8.0.4' ';export' 'POST_VER;SHMEM_ABORT_ON_ERROR=1' ';export' 'SHMEM_ABORT_ON_ERROR;SLURM_PROLOG=/opt/cray/atp/1.8.1/libexec/slurm_prolog.ksh' ';export' 'SLURM_PROLOG;SP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_4.a' ';export' 'SP_LIB4;SP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_8.a' ';export' 'SP_LIB8;SP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a' ';export' 'SP_LIBd;SP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/sp_v2.0.3' ';export' 'SP_SRC;SP_VER=v2.0.3' ';export' 'SP_VER;TBBROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb' ';export' 'TBBROOT;W3EMC_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_4' ';export' 'W3EMC_INC4;W3EMC_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_8' ';export' 'W3EMC_INC8;W3EMC_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_d' ';export' 'W3EMC_INCd;W3EMC_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_4.a' ';export' 'W3EMC_LIB4;W3EMC_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_8.a' ';export' 'W3EMC_LIB8;W3EMC_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a' ';export' 'W3EMC_LIBd;W3EMC_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3emc_v2.3.1' ';export' 'W3EMC_SRC;W3EMC_VER=v2.3.1' ';export' 'W3EMC_VER;W3NCO_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_4' ';export' 'W3NCO_INC4;W3NCO_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_8' ';export' 'W3NCO_INC8;W3NCO_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_d' ';export' 'W3NCO_INCd;W3NCO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_4.a' ';export' 'W3NCO_LIB4;W3NCO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_8.a' ';export' 'W3NCO_LIB8;W3NCO_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a' ';export' 'W3NCO_LIBd;W3NCO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3nco_v2.0.7' ';export' 'W3NCO_SRC;W3NCO_VER=v2.0.7' ';export' 'W3NCO_VER;XLSF_UIDDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib/uid' ';export' 'XLSF_UIDDIR;XTOS_VERSION=5.2.82' ';export' 'XTOS_VERSION;XTPE_NETWORK_TARGET=aries' ';export' 'XTPE_NETWORK_TARGET;Z_INC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'Z_INC;Z_LIB=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a' ';export' 'Z_LIB;Z_SRC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/src' ';export' 'Z_SRC;Z_VER=1.2.7' ';export' 'Z_VER;_LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.4:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray/fv3' ';export' '_LMFILES_;' ++ ATP_HOME=/opt/cray/atp/1.8.1 ++ export ATP_HOME ++ ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper @@ -629,7 +629,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export LIBSCI_VERSION ++ LIB_NAME=POST ++ export LIB_NAME -++ LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.1:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3 +++ LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.4:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3 ++ export LOADEDMODULES ++ LSF_BINDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin ++ export LSF_BINDIR @@ -647,7 +647,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export MIC_LIBRARY_PATH ++ MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl ++ export MKLROOT -++ MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ++ export MODULEPATH ++ MPICH_ABORT_ON_ERROR=1 ++ export MPICH_ABORT_ON_ERROR @@ -967,13 +967,13 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export PNG_SRC ++ PNG_VER=1.2.49 ++ export PNG_VER -++ POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 +++ POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.4_4 ++ export POST_INC -++ POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a +++ POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.4_4.a ++ export POST_LIB -++ POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.1 +++ POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.4 ++ export POST_SRC -++ POST_VER=v8.0.1 +++ POST_VER=v8.0.4 ++ export POST_VER ++ SHMEM_ABORT_ON_ERROR=1 ++ export SHMEM_ABORT_ON_ERROR @@ -1037,7 +1037,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export Z_SRC ++ Z_VER=1.2.7 ++ export Z_VER -++ _LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.1:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 +++ _LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.4:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray/fv3 ++ export _LMFILES_ + module list ++ /opt/modules/3.2.10.3/bin/modulecmd bash list @@ -1076,13 +1076,13 @@ Currently Loaded Modulefiles: 32) w3nco/2.0.7 33) w3emc/2.3.1 34) nemsio/2.2.4 - 35) post/8.0.1 + 35) post/8.0.4 36) alps/5.2.4-2.0502.9822.32.1.ari 37) esmf/8.0.0 38) fv3 + eval + cd build_fv3_1 -+ cmake /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model ++ cmake /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model -- The C compiler identification is Intel 16.0.3.20160415 -- The CXX compiler identification is Intel 16.0.3.20160415 -- The Fortran compiler identification is Intel 16.0.3.20160415 @@ -1136,15 +1136,14 @@ Selected physics package: gfs -- Configuring done -- Generating done --- Build files have been written to: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_1 +-- Build files have been written to: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/build_fv3_1 + make -j 8 Scanning dependencies of target fv3cpl [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o Scanning dependencies of target gfsphysics @@ -1170,108 +1169,108 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o [ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 6%] Linking Fortran static library libfv3cpl.a -[ 6%] Built target fv3cpl -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 3%] Linking Fortran static library libfv3cpl.a +[ 3%] Built target fv3cpl +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o [ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o [ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -1281,19 +1280,19 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o [ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1306,10 +1305,10 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o [ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o [ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o [ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o [ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o @@ -1319,7 +1318,6 @@ Using allocatable derived type array members. Using cray pointers. [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o @@ -1338,217 +1336,218 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o [ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o [ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o [ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o [ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o [ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o [ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o [ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 66%] Linking Fortran static library libgfsphysics.a -[ 66%] Built target gfsphysics +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 62%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 64%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 64%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 64%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 65%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 66%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics Scanning dependencies of target ipd -[ 66%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 66%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 68%] Linking Fortran static library libipd.a -[ 68%] Built target ipd -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 70%] Linking Fortran static library FMS/libfms.a -[ 70%] Built target fms +[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o [ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o [ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o [ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 78%] Linking Fortran static library libio.a +[ 78%] Built target io +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing @@ -1558,26 +1557,25 @@ Using cray pointers. [ 85%] Linking Fortran static library libfv3core.a [ 85%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o [ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o [ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o @@ -1586,30 +1584,30 @@ f.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe /opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': @@ -1620,24 +1618,24 @@ H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_1.exe -+ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 ../modules.fv3_1 ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray/fv3 ../modules.fv3_1 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_1 -+ elapsed=766 -+ echo 'Elapsed time 766 seconds. Compiling finished' -Elapsed time 766 seconds. Compiling finished ++ elapsed=775 ++ echo 'Elapsed time 775 seconds. Compiling finished' +Elapsed time 775 seconds. Compiling finished + SECONDS=0 -+++ readlink -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests -+ MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++++ readlink -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests ++ MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model ++ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model + MACHINE_ID=wcoss_cray + MAKE_OPT=WW3=Y + BUILD_NAME=fv3_2 @@ -1649,7 +1647,7 @@ Elapsed time 766 seconds. Compiling finished + MAKE_THREADS=8 + hostname llogin2 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + echo 'Compiling WW3=Y into fv3_2.exe on wcoss_cray' Compiling WW3=Y into fv3_2.exe on wcoss_cray + '[' YES = YES ']' @@ -1670,13 +1668,13 @@ Compiling WW3=Y into fv3_2.exe on wcoss_cray ++ var=-DWW3=Y ++ echo -n -DWW3=Y + CCPP_CMAKE_FLAGS=-DWW3=Y -+ source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__44052 -++ eval 'setup__test_function__44052() { /bin/true ; }' ++ source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__6708 +++ eval 'setup__test_function__6708() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__44052 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__6708 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -1698,14 +1696,14 @@ fv3(72):ERROR:105: Unable to locate a modulefile for 'sp/2.0.3' fv3(73):ERROR:105: Unable to locate a modulefile for 'w3nco/2.0.7' fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' -fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.1' +fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.4' fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' -++ eval INFOPATH=/usr/local/info:/usr/share/info:/usr/info ';export' 'INFOPATH;MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;PATH=/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_DEFAULT_REQUIRED_PRODUCTS;unset' 'ATP_HOME;unset' 'ATP_MRNET_COMM_PATH;unset' 'ATP_POST_LINK_OPTS;unset' 'BACIO_LIB4;unset' 'BACIO_LIB8;unset' 'BACIO_SRC;unset' 'BACIO_VER;unset' 'CMAKE_CXX_COMPILER;unset' 'CMAKE_C_COMPILER;unset' 'CMAKE_Fortran_COMPILER;unset' 'CMAKE_Platform;unset' 'COMP;unset' 'CPATH;unset' 'CRAYOS_VERSION;unset' 'CRAYPE_DIR;unset' 'CRAYPE_NETWORK_TARGET;unset' 'CRAYPE_VERSION;unset' 'CRAY_ALPS_INCLUDE_OPTS;unset' 'CRAY_ALPS_POST_LINK_OPTS;unset' 'CRAY_CPU_TARGET;unset' 'CRAY_DMAPP_INCLUDE_OPTS;unset' 'CRAY_DMAPP_POST_LINK_OPTS;unset' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;unset' 'CRAY_HDF5_DIR;unset' 'CRAY_HDF5_VERSION;unset' 'CRAY_LD_LIBRARY_PATH;unset' 'CRAY_LIBSCI_BASE_DIR;unset' 'CRAY_LIBSCI_DIR;unset' 'CRAY_LIBSCI_PREFIX_DIR;unset' 'CRAY_LIBSCI_VERSION;unset' 'CRAY_NETCDF_VERSION;unset' 'CRAY_PE_MODULES;unset' 'CRAY_PMI_INCLUDE_OPTS;unset' 'CRAY_PMI_POST_LINK_OPTS;unset' 'CRAY_PRE_COMPILE_OPTS;unset' 'CRAY_PRGENVINTEL;unset' 'CRAY_RCA_INCLUDE_OPTS;unset' 'CRAY_RCA_POST_LINK_OPTS;unset' 'CRAY_UDREG_INCLUDE_OPTS;unset' 'CRAY_UDREG_POST_LINK_OPTS;unset' 'CRAY_UGNI_INCLUDE_OPTS;unset' 'CRAY_UGNI_POST_LINK_OPTS;unset' 'CRAY_XPMEM_INCLUDE_OPTS;unset' 'CRAY_XPMEM_POST_LINK_OPTS;unset' 'CRTM_FIX;unset' 'CRTM_INC;unset' 'CRTM_LIB;unset' 'CRTM_SRC;unset' 'CRTM_VER;unset' 'DMAPP_ABORT_ON_ERROR;unset' 'DVS_INCLUDE_OPTS;unset' 'DVS_VERSION;unset' 'ECF_HOSTFILE;unset' 'ECF_PORT;unset' 'ECF_ROOT;unset' 'ESMFMKFILE;unset' 'G2TMPL_INC;unset' 'G2TMPL_LIB;unset' 'G2TMPL_SRC;unset' 'G2TMPL_VER;unset' 'G2_INC4;unset' 'G2_INCd;unset' 'G2_LIB4;unset' 'G2_LIBd;unset' 'G2_SRC;unset' 'G2_VER;unset' 'GCC_PATH;unset' 'GCC_VERSION;unset' 'GDBSERVER_MIC;unset' 'GDB_CROSS;unset' 'GDB_HOST;unset' 'GNU_VERSION;unset' 'HDF5_DIR;unset' 'HDF5_INCLUDE_OPTS;unset' 'HDF5_ROOT;unset' 'INTEL_LICENSE_FILE;unset' 'INTEL_MAJOR_VERSION;unset' 'INTEL_MINOR_VERSION;unset' 'INTEL_PATH;unset' 'INTEL_PYTHONHOME;unset' 'INTEL_VERSION;unset' 'IPPROOT;unset' 'IP_INC4;unset' 'IP_INC8;unset' 'IP_INCd;unset' 'IP_LIB4;unset' 'IP_LIB8;unset' 'IP_LIBd;unset' 'IP_SRC;unset' 'IP_VER;unset' 'JASPER_INC;unset' 'JASPER_LIB;unset' 'JASPER_LIBDIR;unset' 'JASPER_LIBl;unset' 'JASPER_SRC;unset' 'JASPER_VER;unset' 'LD_LIBRARY_PATH;unset' 'LIBRARY_PATH;unset' 'LIBSCI_BASE_DIR;unset' 'LIBSCI_VERSION;unset' 'LIB_NAME;unset' 'LOADEDMODULES;unset' 'LSF_BINDIR;unset' 'LSF_ENVDIR;unset' 'LSF_LIBDIR;unset' 'LSF_SERVERDIR;unset' 'MIC_LD_LIBRARY_PATH;unset' 'MIC_LIBRARY_PATH;unset' 'MKLROOT;unset' 'MPICH_ABORT_ON_ERROR;unset' 'MPM_LAUNCHER;unset' 'NEMSIO_INC;unset' 'NEMSIO_LIB;unset' 'NEMSIO_SRC;unset' 'NEMSIO_VER;unset' 'NETCDF_DIR;unset' 'NLSPATH;unset' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_CRAY_FIXED_PKGCONFIG_PATH;unset' 'PE_CXX_PKGCONFIG_LIBS;unset' 'PE_ENV;unset' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_FFTW_DEFAULT_TARGET_haswell;unset' 'PE_FFTW_DEFAULT_TARGET_interlagos;unset' 'PE_FFTW_DEFAULT_TARGET_sandybridge;unset' 'PE_FFTW_DEFAULT_TARGET_x86_64;unset' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_GA_DEFAULT_FIXED_PRGENV;unset' 'PE_GA_DEFAULT_GENCOMPS_GNU;unset' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_GA_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_CXX_PKGCONFIG_LIBS;unset' 'PE_HDF5_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_DIR;unset' 'PE_HDF5_FIXED_PRGENV;unset' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_HDF5_GENCOMPILERS_GNU;unset' 'PE_HDF5_GENCOMPS_GNU;unset' 'PE_HDF5_MODULE_NAME;unset' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_PKGCONFIG_LIBS;unset' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_VOLATILE_PRGENV;unset' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_INTEL_FIXED_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;unset' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_MODULE_NAME;unset' 'PE_LIBSCI_OMP_REQUIRES;unset' 'PE_LIBSCI_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_PKGCONFIG_LIBS;unset' 'PE_LIBSCI_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_VOLATILE_PRGENV;unset' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;unset' 'PE_MPICH_DEFAULT_FIXED_PRGENV;unset' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;unset' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;unset' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;unset' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;unset' 'PE_MPICH_NV_LIBS;unset' 'PE_MPICH_NV_LIBS_nvidia20;unset' 'PE_MPICH_NV_LIBS_nvidia35;unset' 'PE_MPICH_PKGCONFIG_VARIABLES;unset' 'PE_MPICH_TARGET_VAR_nvidia20;unset' 'PE_MPICH_TARGET_VAR_nvidia35;unset' 'PE_NETCDF_BASEDIR;unset' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;unset' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_FIXED_PRGENV;unset' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_NETCDF_GENCOMPILERS_GNU;unset' 'PE_NETCDF_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_MODULE_NAME;unset' 'PE_NETCDF_PKGCONFIG_LIBS;unset' 'PE_NETCDF_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_VOLATILE_PRGENV;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;unset' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;unset' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;unset' 'PE_PKGCONFIG_LIBS;unset' 'PE_PKGCONFIG_PRODUCTS;unset' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;unset' 'PE_PKG_CONFIG_PATH;unset' 'PE_PRODUCT_LIST;unset' 'PE_SMA_DIR_CRAY_DEFAULT64;unset' 'PE_SMA_DIR_PGI_DEFAULT64;unset' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;unset' 'PKGCONFIG_ENABLED;unset' 'PKG_CONFIG_PATH;unset' 'PKG_CONFIG_PATH_DEFAULT;unset' 'PNG_INC;unset' 'PNG_LIB;unset' 'PNG_LIB12;unset' 'PNG_LIBDIR;unset' 'PNG_LIBso;unset' 'PNG_SRC;unset' 'PNG_VER;unset' 'POST_INC;unset' 'POST_LIB;unset' 'POST_SRC;unset' 'POST_VER;unset' 'PYTHONPATH;unset' 'QT_PLUGIN_PATH;unset' 'SHMEM_ABORT_ON_ERROR;unset' 'SLURM_PROLOG;unset' 'SP_LIB4;unset' 'SP_LIB8;unset' 'SP_LIBd;unset' 'SP_SRC;unset' 'SP_VER;unset' 'TBBROOT;unset' 'W3EMC_INC4;unset' 'W3EMC_INC8;unset' 'W3EMC_INCd;unset' 'W3EMC_LIB4;unset' 'W3EMC_LIB8;unset' 'W3EMC_LIBd;unset' 'W3EMC_SRC;unset' 'W3EMC_VER;unset' 'W3NCO_INC4;unset' 'W3NCO_INC8;unset' 'W3NCO_INCd;unset' 'W3NCO_LIB4;unset' 'W3NCO_LIB8;unset' 'W3NCO_LIBd;unset' 'W3NCO_SRC;unset' 'W3NCO_VER;unset' 'XLSF_UIDDIR;unset' 'XTOS_VERSION;unset' 'XTPE_NETWORK_TARGET;unset' 'Z_INC;unset' 'Z_LIB;unset' 'Z_SRC;unset' 'Z_VER;unset' '_LMFILES_;' +++ eval INFOPATH=/usr/local/info:/usr/share/info:/usr/info ';export' 'INFOPATH;MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;PATH=/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_DEFAULT_REQUIRED_PRODUCTS;unset' 'ATP_HOME;unset' 'ATP_MRNET_COMM_PATH;unset' 'ATP_POST_LINK_OPTS;unset' 'BACIO_LIB4;unset' 'BACIO_LIB8;unset' 'BACIO_SRC;unset' 'BACIO_VER;unset' 'CMAKE_CXX_COMPILER;unset' 'CMAKE_C_COMPILER;unset' 'CMAKE_Fortran_COMPILER;unset' 'CMAKE_Platform;unset' 'COMP;unset' 'CPATH;unset' 'CRAYOS_VERSION;unset' 'CRAYPE_DIR;unset' 'CRAYPE_NETWORK_TARGET;unset' 'CRAYPE_VERSION;unset' 'CRAY_ALPS_INCLUDE_OPTS;unset' 'CRAY_ALPS_POST_LINK_OPTS;unset' 'CRAY_CPU_TARGET;unset' 'CRAY_DMAPP_INCLUDE_OPTS;unset' 'CRAY_DMAPP_POST_LINK_OPTS;unset' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;unset' 'CRAY_HDF5_DIR;unset' 'CRAY_HDF5_VERSION;unset' 'CRAY_LD_LIBRARY_PATH;unset' 'CRAY_LIBSCI_BASE_DIR;unset' 'CRAY_LIBSCI_DIR;unset' 'CRAY_LIBSCI_PREFIX_DIR;unset' 'CRAY_LIBSCI_VERSION;unset' 'CRAY_NETCDF_VERSION;unset' 'CRAY_PE_MODULES;unset' 'CRAY_PMI_INCLUDE_OPTS;unset' 'CRAY_PMI_POST_LINK_OPTS;unset' 'CRAY_PRE_COMPILE_OPTS;unset' 'CRAY_PRGENVINTEL;unset' 'CRAY_RCA_INCLUDE_OPTS;unset' 'CRAY_RCA_POST_LINK_OPTS;unset' 'CRAY_UDREG_INCLUDE_OPTS;unset' 'CRAY_UDREG_POST_LINK_OPTS;unset' 'CRAY_UGNI_INCLUDE_OPTS;unset' 'CRAY_UGNI_POST_LINK_OPTS;unset' 'CRAY_XPMEM_INCLUDE_OPTS;unset' 'CRAY_XPMEM_POST_LINK_OPTS;unset' 'CRTM_FIX;unset' 'CRTM_INC;unset' 'CRTM_LIB;unset' 'CRTM_SRC;unset' 'CRTM_VER;unset' 'DMAPP_ABORT_ON_ERROR;unset' 'DVS_INCLUDE_OPTS;unset' 'DVS_VERSION;unset' 'ECF_HOSTFILE;unset' 'ECF_PORT;unset' 'ECF_ROOT;unset' 'ESMFMKFILE;unset' 'G2TMPL_INC;unset' 'G2TMPL_LIB;unset' 'G2TMPL_SRC;unset' 'G2TMPL_VER;unset' 'G2_INC4;unset' 'G2_INCd;unset' 'G2_LIB4;unset' 'G2_LIBd;unset' 'G2_SRC;unset' 'G2_VER;unset' 'GCC_PATH;unset' 'GCC_VERSION;unset' 'GDBSERVER_MIC;unset' 'GDB_CROSS;unset' 'GDB_HOST;unset' 'GNU_VERSION;unset' 'HDF5_DIR;unset' 'HDF5_INCLUDE_OPTS;unset' 'HDF5_ROOT;unset' 'INTEL_LICENSE_FILE;unset' 'INTEL_MAJOR_VERSION;unset' 'INTEL_MINOR_VERSION;unset' 'INTEL_PATH;unset' 'INTEL_PYTHONHOME;unset' 'INTEL_VERSION;unset' 'IPPROOT;unset' 'IP_INC4;unset' 'IP_INC8;unset' 'IP_INCd;unset' 'IP_LIB4;unset' 'IP_LIB8;unset' 'IP_LIBd;unset' 'IP_SRC;unset' 'IP_VER;unset' 'JASPER_INC;unset' 'JASPER_LIB;unset' 'JASPER_LIBDIR;unset' 'JASPER_LIBl;unset' 'JASPER_SRC;unset' 'JASPER_VER;unset' 'LD_LIBRARY_PATH;unset' 'LIBRARY_PATH;unset' 'LIBSCI_BASE_DIR;unset' 'LIBSCI_VERSION;unset' 'LIB_NAME;unset' 'LOADEDMODULES;unset' 'LSF_BINDIR;unset' 'LSF_ENVDIR;unset' 'LSF_LIBDIR;unset' 'LSF_SERVERDIR;unset' 'MIC_LD_LIBRARY_PATH;unset' 'MIC_LIBRARY_PATH;unset' 'MKLROOT;unset' 'MPICH_ABORT_ON_ERROR;unset' 'MPM_LAUNCHER;unset' 'NEMSIO_INC;unset' 'NEMSIO_LIB;unset' 'NEMSIO_SRC;unset' 'NEMSIO_VER;unset' 'NETCDF_DIR;unset' 'NLSPATH;unset' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_CRAY_FIXED_PKGCONFIG_PATH;unset' 'PE_CXX_PKGCONFIG_LIBS;unset' 'PE_ENV;unset' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_FFTW_DEFAULT_TARGET_haswell;unset' 'PE_FFTW_DEFAULT_TARGET_interlagos;unset' 'PE_FFTW_DEFAULT_TARGET_sandybridge;unset' 'PE_FFTW_DEFAULT_TARGET_x86_64;unset' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_GA_DEFAULT_FIXED_PRGENV;unset' 'PE_GA_DEFAULT_GENCOMPS_GNU;unset' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_GA_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_CXX_PKGCONFIG_LIBS;unset' 'PE_HDF5_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_DIR;unset' 'PE_HDF5_FIXED_PRGENV;unset' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_HDF5_GENCOMPILERS_GNU;unset' 'PE_HDF5_GENCOMPS_GNU;unset' 'PE_HDF5_MODULE_NAME;unset' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_PKGCONFIG_LIBS;unset' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_VOLATILE_PRGENV;unset' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_INTEL_FIXED_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;unset' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_MODULE_NAME;unset' 'PE_LIBSCI_OMP_REQUIRES;unset' 'PE_LIBSCI_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_PKGCONFIG_LIBS;unset' 'PE_LIBSCI_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_VOLATILE_PRGENV;unset' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;unset' 'PE_MPICH_DEFAULT_FIXED_PRGENV;unset' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;unset' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;unset' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;unset' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;unset' 'PE_MPICH_NV_LIBS;unset' 'PE_MPICH_NV_LIBS_nvidia20;unset' 'PE_MPICH_NV_LIBS_nvidia35;unset' 'PE_MPICH_PKGCONFIG_VARIABLES;unset' 'PE_MPICH_TARGET_VAR_nvidia20;unset' 'PE_MPICH_TARGET_VAR_nvidia35;unset' 'PE_NETCDF_BASEDIR;unset' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;unset' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_FIXED_PRGENV;unset' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_NETCDF_GENCOMPILERS_GNU;unset' 'PE_NETCDF_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_MODULE_NAME;unset' 'PE_NETCDF_PKGCONFIG_LIBS;unset' 'PE_NETCDF_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_VOLATILE_PRGENV;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;unset' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;unset' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;unset' 'PE_PKGCONFIG_LIBS;unset' 'PE_PKGCONFIG_PRODUCTS;unset' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;unset' 'PE_PKG_CONFIG_PATH;unset' 'PE_PRODUCT_LIST;unset' 'PE_SMA_DIR_CRAY_DEFAULT64;unset' 'PE_SMA_DIR_PGI_DEFAULT64;unset' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;unset' 'PKGCONFIG_ENABLED;unset' 'PKG_CONFIG_PATH;unset' 'PKG_CONFIG_PATH_DEFAULT;unset' 'PNG_INC;unset' 'PNG_LIB;unset' 'PNG_LIB12;unset' 'PNG_LIBDIR;unset' 'PNG_LIBso;unset' 'PNG_SRC;unset' 'PNG_VER;unset' 'POST_INC;unset' 'POST_LIB;unset' 'POST_SRC;unset' 'POST_VER;unset' 'PYTHONPATH;unset' 'QT_PLUGIN_PATH;unset' 'SHMEM_ABORT_ON_ERROR;unset' 'SLURM_PROLOG;unset' 'SP_LIB4;unset' 'SP_LIB8;unset' 'SP_LIBd;unset' 'SP_SRC;unset' 'SP_VER;unset' 'TBBROOT;unset' 'W3EMC_INC4;unset' 'W3EMC_INC8;unset' 'W3EMC_INCd;unset' 'W3EMC_LIB4;unset' 'W3EMC_LIB8;unset' 'W3EMC_LIBd;unset' 'W3EMC_SRC;unset' 'W3EMC_VER;unset' 'W3NCO_INC4;unset' 'W3NCO_INC8;unset' 'W3NCO_INCd;unset' 'W3NCO_LIB4;unset' 'W3NCO_LIB8;unset' 'W3NCO_LIBd;unset' 'W3NCO_SRC;unset' 'W3NCO_VER;unset' 'XLSF_UIDDIR;unset' 'XTOS_VERSION;unset' 'XTPE_NETWORK_TARGET;unset' 'Z_INC;unset' 'Z_LIB;unset' 'Z_SRC;unset' 'Z_VER;unset' '_LMFILES_;' +++ INFOPATH=/usr/local/info:/usr/share/info:/usr/info +++ export INFOPATH +++ MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man +++ export MANPATH -+++ MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ++++ MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ export MODULEPATH +++ PATH=/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse +++ export PATH @@ -2030,8 +2028,8 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ eval ++ module use /opt/cray/ari/modulefiles +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/ari/modulefiles -++ eval MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ';export' 'MODULEPATH;' -+++ MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ eval MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ';export' 'MODULEPATH;' ++++ MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ export MODULEPATH ++ module use /opt/cray/craype/default/alt-modulefiles +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/craype/default/alt-modulefiles @@ -2051,16 +2049,16 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__44052 +++ unset setup__test_function__6708 ++ unset __ms_function_name + [[ wcoss_cray == macosx.* ]] + [[ wcoss_cray == linux.* ]] -+ module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray -++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray ++ module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray + eval + module load fv3 ++ /opt/modules/3.2.10.3/bin/modulecmd bash load fv3 -+ eval ATP_HOME=/opt/cray/atp/1.8.1 ';export' 'ATP_HOME;ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper' ';export' 'ATP_MRNET_COMM_PATH;ATP_POST_LINK_OPTS=-Wl,-L/opt/cray/atp/1.8.1/libApp/\' ';export' 'ATP_POST_LINK_OPTS;BACIO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a' ';export' 'BACIO_LIB4;BACIO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_8.a' ';export' 'BACIO_LIB8;BACIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/bacio_v2.0.3' ';export' 'BACIO_SRC;BACIO_VER=v2.0.3' ';export' 'BACIO_VER;CMAKE_CXX_COMPILER=CC' ';export' 'CMAKE_CXX_COMPILER;CMAKE_C_COMPILER=cc' ';export' 'CMAKE_C_COMPILER;CMAKE_Fortran_COMPILER=ftn' ';export' 'CMAKE_Fortran_COMPILER;CMAKE_Platform=wcoss_cray' ';export' 'CMAKE_Platform;COMP=intel' ';export' 'COMP;CPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/include' ';export' 'CPATH;CRAYOS_VERSION=5.2.82' ';export' 'CRAYOS_VERSION;CRAYPE_DIR=/opt/cray/craype/2.3.0' ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=aries' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.3.0' ';export' 'CRAYPE_VERSION;CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include' ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_CPU_TARGET=haswell' ';export' 'CRAY_CPU_TARGET;CRAY_DMAPP_INCLUDE_OPTS=-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/include\' '-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include\' ';export' 'CRAY_DMAPP_INCLUDE_OPTS;CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64' ';export' 'CRAY_DMAPP_POST_LINK_OPTS;CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include' ';export' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'CRAY_HDF5_DIR;CRAY_HDF5_VERSION=1.8.14' ';export' 'CRAY_HDF5_VERSION;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64:/opt/cray/hdf5/1.8.14/INTEL/14.0/lib:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64:/opt/cray/pmi/5.0.11/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64:/opt/cray/libsci/13.0.3/INTEL/140/x86_64/lib' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_BASE_DIR;CRAY_LIBSCI_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_DIR;CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/13.0.3/INTEL/140/x86_64' ';export' 'CRAY_LIBSCI_PREFIX_DIR;CRAY_LIBSCI_VERSION=13.0.3' ';export' 'CRAY_LIBSCI_VERSION;CRAY_NETCDF_VERSION=4.3.3.1' ';export' 'CRAY_NETCDF_VERSION;CRAY_PE_MODULES=cray-hdf5:cray-netcdf' ';export' 'CRAY_PE_MODULES;CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include' ';export' 'CRAY_PMI_INCLUDE_OPTS;CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64' ';export' 'CRAY_PMI_POST_LINK_OPTS;CRAY_PRE_COMPILE_OPTS=-hnetwork=aries' ';export' 'CRAY_PRE_COMPILE_OPTS;CRAY_PRGENVINTEL=loaded' ';export' 'CRAY_PRGENVINTEL;CRAY_RCA_INCLUDE_OPTS=-I/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/include\' '-I/opt/cray/krca/1.0.0-2.0502.67049.8.22.ari/include\' '-I/opt/cray-hss-devel/7.2.0/include\' ';export' 'CRAY_RCA_INCLUDE_OPTS;CRAY_RCA_POST_LINK_OPTS=-L/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64\' '-lrca\' ';export' 'CRAY_RCA_POST_LINK_OPTS;CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/include' ';export' 'CRAY_UDREG_INCLUDE_OPTS;CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64' ';export' 'CRAY_UDREG_POST_LINK_OPTS;CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/include' ';export' 'CRAY_UGNI_INCLUDE_OPTS;CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64' ';export' 'CRAY_UGNI_POST_LINK_OPTS;CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/include' ';export' 'CRAY_XPMEM_INCLUDE_OPTS;CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64' ';export' 'CRAY_XPMEM_POST_LINK_OPTS;CRTM_FIX=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/fix' ';export' 'CRTM_FIX;CRTM_INC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/include/crtm_v2.2.6' ';export' 'CRTM_INC;CRTM_LIB=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a' ';export' 'CRTM_LIB;CRTM_SRC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/src' ';export' 'CRTM_SRC;CRTM_VER=v2.2.6' ';export' 'CRTM_VER;DMAPP_ABORT_ON_ERROR=1' ';export' 'DMAPP_ABORT_ON_ERROR;DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/include' ';export' 'DVS_INCLUDE_OPTS;DVS_VERSION=0.9.0' ';export' 'DVS_VERSION;ESMFMKFILE=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk' ';export' 'ESMFMKFILE;G2TMPL_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2tmpl_v1.6.0' ';export' 'G2TMPL_INC;G2TMPL_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a' ';export' 'G2TMPL_LIB;G2TMPL_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2tmpl_v1.6.0/src' ';export' 'G2TMPL_SRC;G2TMPL_VER=v1.6.0' ';export' 'G2TMPL_VER;G2_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_4' ';export' 'G2_INC4;G2_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_d' ';export' 'G2_INCd;G2_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a' ';export' 'G2_LIB4;G2_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_d.a' ';export' 'G2_LIBd;G2_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2_v3.1.1' ';export' 'G2_SRC;G2_VER=v3.1.1' ';export' 'G2_VER;GCC_PATH=/opt/gcc/4.9.2' ';export' 'GCC_PATH;GCC_VERSION=4.9.2' ';export' 'GCC_VERSION;GDBSERVER_MIC=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/target/mic/bin/gdbserver' ';export' 'GDBSERVER_MIC;GDB_CROSS=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-mic' ';export' 'GDB_CROSS;GDB_HOST=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-ia-mic' ';export' 'GDB_HOST;GNU_VERSION=4.9.2' ';export' 'GNU_VERSION;HDF5_DIR=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_DIR;HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/INTEL/14.0/include' ';export' 'HDF5_INCLUDE_OPTS;HDF5_ROOT=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_ROOT;INFOPATH=/opt/gcc/4.9.2/snos/share/info:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/info/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/info/:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2016.3.210/linux/licenses:/opt/intel/licenses:/intel/licenses' ';export' 'INTEL_LICENSE_FILE;INTEL_MAJOR_VERSION=16.0' ';export' 'INTEL_MAJOR_VERSION;INTEL_MINOR_VERSION=3.210' ';export' 'INTEL_MINOR_VERSION;INTEL_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux' ';export' 'INTEL_PATH;INTEL_PYTHONHOME=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/python/intel64/' ';export' 'INTEL_PYTHONHOME;INTEL_VERSION=16.0.3.210' ';export' 'INTEL_VERSION;IPPROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp' ';export' 'IPPROOT;IP_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_4' ';export' 'IP_INC4;IP_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_8' ';export' 'IP_INC8;IP_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_d' ';export' 'IP_INCd;IP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_4.a' ';export' 'IP_LIB4;IP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_8.a' ';export' 'IP_LIB8;IP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_d.a' ';export' 'IP_LIBd;IP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/ip_v3.0.2' ';export' 'IP_SRC;IP_VER=v3.0.2' ';export' 'IP_VER;JASPER_INC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/include' ';export' 'JASPER_INC;JASPER_LIB=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a' ';export' 'JASPER_LIB;JASPER_LIBDIR=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib' ';export' 'JASPER_LIBDIR;JASPER_LIBl=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.la' ';export' 'JASPER_LIBl;JASPER_SRC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/sorc/jasper_v1.900.1' ';export' 'JASPER_SRC;JASPER_VER=1.900.1' ';export' 'JASPER_VER;LD_LIBRARY_PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib:/opt/gcc/4.9.2/snos/lib64:/usrx/local/dev/python/2.7.14/lib:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/tools/intel64/perfsys:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/libipt/intel64/lib' ';export' 'LD_LIBRARY_PATH;LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1' ';export' 'LIBRARY_PATH;LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'LIBSCI_BASE_DIR;LIBSCI_VERSION=13.0.3' ';export' 'LIBSCI_VERSION;LIB_NAME=POST' ';export' 'LIB_NAME;LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.1:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3' ';export' 'LOADEDMODULES;LSF_BINDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin' ';export' 'LSF_BINDIR;LSF_ENVDIR=/gpfs/llsf/xt-lsfhpc/conf' ';export' 'LSF_ENVDIR;LSF_LIBDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib' ';export' 'LSF_LIBDIR;LSF_SERVERDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc' ';export' 'LSF_SERVERDIR;MANPATH=/opt/cray/pmi/5.0.11/man:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/share/man:/opt/gcc/4.9.2/snos/share/man:/usrx/local/dev/cmake/3.6.2/share/man:/usrx/local/dev/python/2.7.14/share/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/netcdf/4.3.3.1/share/man:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/common:/opt/cray/atp/1.8.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/man:/opt/cray/libsci/13.0.3/man:/opt/cray/man/csmlversion:/opt/cray/craype/2.3.0/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man:/opt/cray/man' ';export' 'MANPATH;MIC_LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LD_LIBRARY_PATH;MIC_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LIBRARY_PATH;MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl' ';export' 'MKLROOT;MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;MPICH_ABORT_ON_ERROR=1' ';export' 'MPICH_ABORT_ON_ERROR;MPM_LAUNCHER=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/mpm/bin/start_mpm.sh' ';export' 'MPM_LAUNCHER;NEMSIO_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4' ';export' 'NEMSIO_INC;NEMSIO_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a' ';export' 'NEMSIO_LIB;NEMSIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/nemsio_v2.2.4' ';export' 'NEMSIO_SRC;NEMSIO_VER=v2.2.4' ';export' 'NEMSIO_VER;NETCDF_DIR=/opt/cray/netcdf/4.3.3.1/INTEL/14.0' ';export' 'NETCDF_DIR;NLSPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/locale/%l_%t/%N' ';export' 'NLSPATH;PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'PATH;PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig' ';export' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig' ';export' 'PE_CRAY_FIXED_PKGCONFIG_PATH;PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:netcdf_c++4' ';export' 'PE_CXX_PKGCONFIG_LIBS;PE_ENV=INTEL' ';export' 'PE_ENV;PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;PE_FFTW_DEFAULT_TARGET_haswell=haswell' ';export' 'PE_FFTW_DEFAULT_TARGET_haswell;PE_FFTW_DEFAULT_TARGET_interlagos=interlagos' ';export' 'PE_FFTW_DEFAULT_TARGET_interlagos;PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_sandybridge;PE_FFTW_DEFAULT_TARGET_x86_64=x86_64' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_64;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.2/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:netcdff' ';export' 'PE_FORTRAN_PKGCONFIG_LIBS;PE_GA_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_GA_DEFAULT_FIXED_PRGENV;PE_GA_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_GA_DEFAULT_GENCOMPS_GNU;PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.1/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_GA_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_GA_DEFAULT_VOLATILE_PRGENV;PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp' ';export' 'PE_HDF5_CXX_PKGCONFIG_LIBS;PE_HDF5_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_DEFAULT_FIXED_PRGENV;PE_HDF5_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.13/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;PE_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'PE_HDF5_DIR;PE_HDF5_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_FIXED_PRGENV;PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran' ';export' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;PE_HDF5_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_HDF5_GENCOMPILERS_GNU;PE_HDF5_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_HDF5_GENCOMPS_GNU;PE_HDF5_MODULE_NAME=cray-hdf5' ';export' 'PE_HDF5_MODULE_NAME;PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.8.13/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5' ';export' 'PE_HDF5_PKGCONFIG_LIBS;PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;PE_HDF5_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_VOLATILE_PRGENV;PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig' ';export' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig' ';export' 'PE_INTEL_FIXED_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;PE_LIBSCI_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;PE_LIBSCI_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;PE_LIBSCI_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;PE_LIBSCI_MODULE_NAME=cray-libsci/13.0.3' ';export' 'PE_LIBSCI_MODULE_NAME;PE_LIBSCI_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_OMP_REQUIRES_openmp;PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci' ';export' 'PE_LIBSCI_PKGCONFIG_LIBS;PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_PKGCONFIG_VARIABLES;PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_REQUIRED_PRODUCTS;PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_VOLATILE_PRGENV;PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL' ';export' 'PE_MPICH_DEFAULT_FIXED_PRGENV;PE_MPICH_DEFAULT_GENCOMPS_CRAY=83' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;PE_MPICH_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/mpich2-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_MPICH_DEFAULT_VOLATILE_PRGENV=CRAY\' GNU ';export' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt' ';export' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;PE_MPICH_NV_LIBS_nvidia20=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia20;PE_MPICH_NV_LIBS_nvidia35=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia35;PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@' ';export' 'PE_MPICH_PKGCONFIG_VARIABLES;PE_MPICH_TARGET_VAR_nvidia20=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia20;PE_MPICH_TARGET_VAR_nvidia35=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia35;PE_NETCDF_BASEDIR=/opt/cray/netcdf/4.3.3.1' ';export' 'PE_NETCDF_BASEDIR;PE_NETCDF_CXX_PKGCONFIG_LIBS=netcdf_c++4' ';export' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;PE_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;PE_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_FIXED_PRGENV;PE_NETCDF_FORTRAN_PKGCONFIG_LIBS=netcdff' ';export' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;PE_NETCDF_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_NETCDF_GENCOMPILERS_GNU;PE_NETCDF_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_NETCDF_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL\' PE_MPICH ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.3.2/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_MODULE_NAME=cray-netcdf' ';export' 'PE_NETCDF_MODULE_NAME;PE_NETCDF_PKGCONFIG_LIBS=netcdf' ';export' 'PE_NETCDF_PKGCONFIG_LIBS;PE_NETCDF_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_REQUIRED_PRODUCTS;PE_NETCDF_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.3.1/@PRGENV@/@PE_NETCDF_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_VOLATILE_PRGENV;PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@' ';export' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;PE_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU=4.9\' 4.8 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_TPSL' ';export' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.5.3.0/real/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PETSC_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TPSL:PE_LIBSCI:PE_TRILINOS:PE_FFTW:PE_PARALLEL_NETCDF:PE_GA:PE_NETCDF_HDF5PARALLEL:PE_MPICH:PE_HDF5_PARALLEL:PE_PETSC:PE_NETCDF:PE_HDF5' ';export' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_NETCDF:PE_LIBSCI' ';export' 'PE_PKGCONFIG_PRODUCTS;PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI' ';export' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.2/lib/pkgconfig' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAYPE_HASWELL:CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:CRAYPE:INTEL' ';export' 'PE_PRODUCT_LIST;PE_SMA_DIR_CRAY_DEFAULT64=64' ';export' 'PE_SMA_DIR_CRAY_DEFAULT64;PE_SMA_DIR_PGI_DEFAULT64=64' ';export' 'PE_SMA_DIR_PGI_DEFAULT64;PE_SMA_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/sma@PE_SMA_DIR_DEFAULT64@/lib64/pkgconfig' ';export' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/1.4.4/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL' ';export' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/11.12.1.2/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TRILINOS_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;PKGCONFIG_ENABLED=1' ';export' 'PKGCONFIG_ENABLED;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64/pkgconfig:/opt/cray/craype/2.3.0/pkg-config:/opt/cray/atp/1.8.1/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.4.0.1/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH_DEFAULT;PNG_INC=/usrx/local/prod//png/1.2.49/intel/sandybridge/include' ';export' 'PNG_INC;PNG_LIB=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a' ';export' 'PNG_LIB;PNG_LIB12=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng12.a' ';export' 'PNG_LIB12;PNG_LIBDIR=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib' ';export' 'PNG_LIBDIR;PNG_LIBso=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.so' ';export' 'PNG_LIBso;PNG_SRC=/usrx/local/prod//png/1.2.49/intel/sandybridge/src' ';export' 'PNG_SRC;PNG_VER=1.2.49' ';export' 'PNG_VER;POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4' ';export' 'POST_INC;POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a' ';export' 'POST_LIB;POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.1' ';export' 'POST_SRC;POST_VER=v8.0.1' ';export' 'POST_VER;SHMEM_ABORT_ON_ERROR=1' ';export' 'SHMEM_ABORT_ON_ERROR;SLURM_PROLOG=/opt/cray/atp/1.8.1/libexec/slurm_prolog.ksh' ';export' 'SLURM_PROLOG;SP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_4.a' ';export' 'SP_LIB4;SP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_8.a' ';export' 'SP_LIB8;SP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a' ';export' 'SP_LIBd;SP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/sp_v2.0.3' ';export' 'SP_SRC;SP_VER=v2.0.3' ';export' 'SP_VER;TBBROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb' ';export' 'TBBROOT;W3EMC_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_4' ';export' 'W3EMC_INC4;W3EMC_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_8' ';export' 'W3EMC_INC8;W3EMC_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_d' ';export' 'W3EMC_INCd;W3EMC_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_4.a' ';export' 'W3EMC_LIB4;W3EMC_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_8.a' ';export' 'W3EMC_LIB8;W3EMC_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a' ';export' 'W3EMC_LIBd;W3EMC_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3emc_v2.3.1' ';export' 'W3EMC_SRC;W3EMC_VER=v2.3.1' ';export' 'W3EMC_VER;W3NCO_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_4' ';export' 'W3NCO_INC4;W3NCO_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_8' ';export' 'W3NCO_INC8;W3NCO_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_d' ';export' 'W3NCO_INCd;W3NCO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_4.a' ';export' 'W3NCO_LIB4;W3NCO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_8.a' ';export' 'W3NCO_LIB8;W3NCO_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a' ';export' 'W3NCO_LIBd;W3NCO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3nco_v2.0.7' ';export' 'W3NCO_SRC;W3NCO_VER=v2.0.7' ';export' 'W3NCO_VER;XLSF_UIDDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib/uid' ';export' 'XLSF_UIDDIR;XTOS_VERSION=5.2.82' ';export' 'XTOS_VERSION;XTPE_NETWORK_TARGET=aries' ';export' 'XTPE_NETWORK_TARGET;Z_INC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'Z_INC;Z_LIB=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a' ';export' 'Z_LIB;Z_SRC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/src' ';export' 'Z_SRC;Z_VER=1.2.7' ';export' 'Z_VER;_LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.1:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3' ';export' '_LMFILES_;' ++ eval ATP_HOME=/opt/cray/atp/1.8.1 ';export' 'ATP_HOME;ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper' ';export' 'ATP_MRNET_COMM_PATH;ATP_POST_LINK_OPTS=-Wl,-L/opt/cray/atp/1.8.1/libApp/\' ';export' 'ATP_POST_LINK_OPTS;BACIO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a' ';export' 'BACIO_LIB4;BACIO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_8.a' ';export' 'BACIO_LIB8;BACIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/bacio_v2.0.3' ';export' 'BACIO_SRC;BACIO_VER=v2.0.3' ';export' 'BACIO_VER;CMAKE_CXX_COMPILER=CC' ';export' 'CMAKE_CXX_COMPILER;CMAKE_C_COMPILER=cc' ';export' 'CMAKE_C_COMPILER;CMAKE_Fortran_COMPILER=ftn' ';export' 'CMAKE_Fortran_COMPILER;CMAKE_Platform=wcoss_cray' ';export' 'CMAKE_Platform;COMP=intel' ';export' 'COMP;CPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/include' ';export' 'CPATH;CRAYOS_VERSION=5.2.82' ';export' 'CRAYOS_VERSION;CRAYPE_DIR=/opt/cray/craype/2.3.0' ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=aries' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.3.0' ';export' 'CRAYPE_VERSION;CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include' ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_CPU_TARGET=haswell' ';export' 'CRAY_CPU_TARGET;CRAY_DMAPP_INCLUDE_OPTS=-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/include\' '-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include\' ';export' 'CRAY_DMAPP_INCLUDE_OPTS;CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64' ';export' 'CRAY_DMAPP_POST_LINK_OPTS;CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include' ';export' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'CRAY_HDF5_DIR;CRAY_HDF5_VERSION=1.8.14' ';export' 'CRAY_HDF5_VERSION;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64:/opt/cray/hdf5/1.8.14/INTEL/14.0/lib:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64:/opt/cray/pmi/5.0.11/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64:/opt/cray/libsci/13.0.3/INTEL/140/x86_64/lib' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_BASE_DIR;CRAY_LIBSCI_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_DIR;CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/13.0.3/INTEL/140/x86_64' ';export' 'CRAY_LIBSCI_PREFIX_DIR;CRAY_LIBSCI_VERSION=13.0.3' ';export' 'CRAY_LIBSCI_VERSION;CRAY_NETCDF_VERSION=4.3.3.1' ';export' 'CRAY_NETCDF_VERSION;CRAY_PE_MODULES=cray-hdf5:cray-netcdf' ';export' 'CRAY_PE_MODULES;CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include' ';export' 'CRAY_PMI_INCLUDE_OPTS;CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64' ';export' 'CRAY_PMI_POST_LINK_OPTS;CRAY_PRE_COMPILE_OPTS=-hnetwork=aries' ';export' 'CRAY_PRE_COMPILE_OPTS;CRAY_PRGENVINTEL=loaded' ';export' 'CRAY_PRGENVINTEL;CRAY_RCA_INCLUDE_OPTS=-I/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/include\' '-I/opt/cray/krca/1.0.0-2.0502.67049.8.22.ari/include\' '-I/opt/cray-hss-devel/7.2.0/include\' ';export' 'CRAY_RCA_INCLUDE_OPTS;CRAY_RCA_POST_LINK_OPTS=-L/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64\' '-lrca\' ';export' 'CRAY_RCA_POST_LINK_OPTS;CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/include' ';export' 'CRAY_UDREG_INCLUDE_OPTS;CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64' ';export' 'CRAY_UDREG_POST_LINK_OPTS;CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/include' ';export' 'CRAY_UGNI_INCLUDE_OPTS;CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64' ';export' 'CRAY_UGNI_POST_LINK_OPTS;CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/include' ';export' 'CRAY_XPMEM_INCLUDE_OPTS;CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64' ';export' 'CRAY_XPMEM_POST_LINK_OPTS;CRTM_FIX=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/fix' ';export' 'CRTM_FIX;CRTM_INC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/include/crtm_v2.2.6' ';export' 'CRTM_INC;CRTM_LIB=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a' ';export' 'CRTM_LIB;CRTM_SRC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/src' ';export' 'CRTM_SRC;CRTM_VER=v2.2.6' ';export' 'CRTM_VER;DMAPP_ABORT_ON_ERROR=1' ';export' 'DMAPP_ABORT_ON_ERROR;DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/include' ';export' 'DVS_INCLUDE_OPTS;DVS_VERSION=0.9.0' ';export' 'DVS_VERSION;ESMFMKFILE=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk' ';export' 'ESMFMKFILE;G2TMPL_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2tmpl_v1.6.0' ';export' 'G2TMPL_INC;G2TMPL_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a' ';export' 'G2TMPL_LIB;G2TMPL_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2tmpl_v1.6.0/src' ';export' 'G2TMPL_SRC;G2TMPL_VER=v1.6.0' ';export' 'G2TMPL_VER;G2_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_4' ';export' 'G2_INC4;G2_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_d' ';export' 'G2_INCd;G2_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a' ';export' 'G2_LIB4;G2_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_d.a' ';export' 'G2_LIBd;G2_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2_v3.1.1' ';export' 'G2_SRC;G2_VER=v3.1.1' ';export' 'G2_VER;GCC_PATH=/opt/gcc/4.9.2' ';export' 'GCC_PATH;GCC_VERSION=4.9.2' ';export' 'GCC_VERSION;GDBSERVER_MIC=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/target/mic/bin/gdbserver' ';export' 'GDBSERVER_MIC;GDB_CROSS=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-mic' ';export' 'GDB_CROSS;GDB_HOST=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-ia-mic' ';export' 'GDB_HOST;GNU_VERSION=4.9.2' ';export' 'GNU_VERSION;HDF5_DIR=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_DIR;HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/INTEL/14.0/include' ';export' 'HDF5_INCLUDE_OPTS;HDF5_ROOT=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_ROOT;INFOPATH=/opt/gcc/4.9.2/snos/share/info:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/info/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/info/:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2016.3.210/linux/licenses:/opt/intel/licenses:/intel/licenses' ';export' 'INTEL_LICENSE_FILE;INTEL_MAJOR_VERSION=16.0' ';export' 'INTEL_MAJOR_VERSION;INTEL_MINOR_VERSION=3.210' ';export' 'INTEL_MINOR_VERSION;INTEL_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux' ';export' 'INTEL_PATH;INTEL_PYTHONHOME=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/python/intel64/' ';export' 'INTEL_PYTHONHOME;INTEL_VERSION=16.0.3.210' ';export' 'INTEL_VERSION;IPPROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp' ';export' 'IPPROOT;IP_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_4' ';export' 'IP_INC4;IP_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_8' ';export' 'IP_INC8;IP_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_d' ';export' 'IP_INCd;IP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_4.a' ';export' 'IP_LIB4;IP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_8.a' ';export' 'IP_LIB8;IP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_d.a' ';export' 'IP_LIBd;IP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/ip_v3.0.2' ';export' 'IP_SRC;IP_VER=v3.0.2' ';export' 'IP_VER;JASPER_INC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/include' ';export' 'JASPER_INC;JASPER_LIB=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a' ';export' 'JASPER_LIB;JASPER_LIBDIR=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib' ';export' 'JASPER_LIBDIR;JASPER_LIBl=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.la' ';export' 'JASPER_LIBl;JASPER_SRC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/sorc/jasper_v1.900.1' ';export' 'JASPER_SRC;JASPER_VER=1.900.1' ';export' 'JASPER_VER;LD_LIBRARY_PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib:/opt/gcc/4.9.2/snos/lib64:/usrx/local/dev/python/2.7.14/lib:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/tools/intel64/perfsys:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/libipt/intel64/lib' ';export' 'LD_LIBRARY_PATH;LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1' ';export' 'LIBRARY_PATH;LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'LIBSCI_BASE_DIR;LIBSCI_VERSION=13.0.3' ';export' 'LIBSCI_VERSION;LIB_NAME=POST' ';export' 'LIB_NAME;LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.4:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3' ';export' 'LOADEDMODULES;LSF_BINDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin' ';export' 'LSF_BINDIR;LSF_ENVDIR=/gpfs/llsf/xt-lsfhpc/conf' ';export' 'LSF_ENVDIR;LSF_LIBDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib' ';export' 'LSF_LIBDIR;LSF_SERVERDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc' ';export' 'LSF_SERVERDIR;MANPATH=/opt/cray/pmi/5.0.11/man:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/share/man:/opt/gcc/4.9.2/snos/share/man:/usrx/local/dev/cmake/3.6.2/share/man:/usrx/local/dev/python/2.7.14/share/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/netcdf/4.3.3.1/share/man:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/common:/opt/cray/atp/1.8.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/man:/opt/cray/libsci/13.0.3/man:/opt/cray/man/csmlversion:/opt/cray/craype/2.3.0/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man:/opt/cray/man' ';export' 'MANPATH;MIC_LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LD_LIBRARY_PATH;MIC_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LIBRARY_PATH;MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl' ';export' 'MKLROOT;MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;MPICH_ABORT_ON_ERROR=1' ';export' 'MPICH_ABORT_ON_ERROR;MPM_LAUNCHER=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/mpm/bin/start_mpm.sh' ';export' 'MPM_LAUNCHER;NEMSIO_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4' ';export' 'NEMSIO_INC;NEMSIO_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a' ';export' 'NEMSIO_LIB;NEMSIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/nemsio_v2.2.4' ';export' 'NEMSIO_SRC;NEMSIO_VER=v2.2.4' ';export' 'NEMSIO_VER;NETCDF_DIR=/opt/cray/netcdf/4.3.3.1/INTEL/14.0' ';export' 'NETCDF_DIR;NLSPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/locale/%l_%t/%N' ';export' 'NLSPATH;PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'PATH;PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig' ';export' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig' ';export' 'PE_CRAY_FIXED_PKGCONFIG_PATH;PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:netcdf_c++4' ';export' 'PE_CXX_PKGCONFIG_LIBS;PE_ENV=INTEL' ';export' 'PE_ENV;PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;PE_FFTW_DEFAULT_TARGET_haswell=haswell' ';export' 'PE_FFTW_DEFAULT_TARGET_haswell;PE_FFTW_DEFAULT_TARGET_interlagos=interlagos' ';export' 'PE_FFTW_DEFAULT_TARGET_interlagos;PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_sandybridge;PE_FFTW_DEFAULT_TARGET_x86_64=x86_64' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_64;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.2/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:netcdff' ';export' 'PE_FORTRAN_PKGCONFIG_LIBS;PE_GA_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_GA_DEFAULT_FIXED_PRGENV;PE_GA_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_GA_DEFAULT_GENCOMPS_GNU;PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.1/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_GA_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_GA_DEFAULT_VOLATILE_PRGENV;PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp' ';export' 'PE_HDF5_CXX_PKGCONFIG_LIBS;PE_HDF5_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_DEFAULT_FIXED_PRGENV;PE_HDF5_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.13/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;PE_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'PE_HDF5_DIR;PE_HDF5_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_FIXED_PRGENV;PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran' ';export' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;PE_HDF5_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_HDF5_GENCOMPILERS_GNU;PE_HDF5_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_HDF5_GENCOMPS_GNU;PE_HDF5_MODULE_NAME=cray-hdf5' ';export' 'PE_HDF5_MODULE_NAME;PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.8.13/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5' ';export' 'PE_HDF5_PKGCONFIG_LIBS;PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;PE_HDF5_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_VOLATILE_PRGENV;PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig' ';export' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig' ';export' 'PE_INTEL_FIXED_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;PE_LIBSCI_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;PE_LIBSCI_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;PE_LIBSCI_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;PE_LIBSCI_MODULE_NAME=cray-libsci/13.0.3' ';export' 'PE_LIBSCI_MODULE_NAME;PE_LIBSCI_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_OMP_REQUIRES_openmp;PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci' ';export' 'PE_LIBSCI_PKGCONFIG_LIBS;PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_PKGCONFIG_VARIABLES;PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_REQUIRED_PRODUCTS;PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_VOLATILE_PRGENV;PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL' ';export' 'PE_MPICH_DEFAULT_FIXED_PRGENV;PE_MPICH_DEFAULT_GENCOMPS_CRAY=83' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;PE_MPICH_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/mpich2-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_MPICH_DEFAULT_VOLATILE_PRGENV=CRAY\' GNU ';export' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt' ';export' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;PE_MPICH_NV_LIBS_nvidia20=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia20;PE_MPICH_NV_LIBS_nvidia35=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia35;PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@' ';export' 'PE_MPICH_PKGCONFIG_VARIABLES;PE_MPICH_TARGET_VAR_nvidia20=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia20;PE_MPICH_TARGET_VAR_nvidia35=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia35;PE_NETCDF_BASEDIR=/opt/cray/netcdf/4.3.3.1' ';export' 'PE_NETCDF_BASEDIR;PE_NETCDF_CXX_PKGCONFIG_LIBS=netcdf_c++4' ';export' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;PE_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;PE_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_FIXED_PRGENV;PE_NETCDF_FORTRAN_PKGCONFIG_LIBS=netcdff' ';export' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;PE_NETCDF_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_NETCDF_GENCOMPILERS_GNU;PE_NETCDF_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_NETCDF_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL\' PE_MPICH ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.3.2/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_MODULE_NAME=cray-netcdf' ';export' 'PE_NETCDF_MODULE_NAME;PE_NETCDF_PKGCONFIG_LIBS=netcdf' ';export' 'PE_NETCDF_PKGCONFIG_LIBS;PE_NETCDF_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_REQUIRED_PRODUCTS;PE_NETCDF_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.3.1/@PRGENV@/@PE_NETCDF_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_VOLATILE_PRGENV;PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@' ';export' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;PE_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU=4.9\' 4.8 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_TPSL' ';export' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.5.3.0/real/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PETSC_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TPSL:PE_LIBSCI:PE_TRILINOS:PE_FFTW:PE_PARALLEL_NETCDF:PE_GA:PE_NETCDF_HDF5PARALLEL:PE_MPICH:PE_HDF5_PARALLEL:PE_PETSC:PE_NETCDF:PE_HDF5' ';export' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_NETCDF:PE_LIBSCI' ';export' 'PE_PKGCONFIG_PRODUCTS;PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI' ';export' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.2/lib/pkgconfig' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAYPE_HASWELL:CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:CRAYPE:INTEL' ';export' 'PE_PRODUCT_LIST;PE_SMA_DIR_CRAY_DEFAULT64=64' ';export' 'PE_SMA_DIR_CRAY_DEFAULT64;PE_SMA_DIR_PGI_DEFAULT64=64' ';export' 'PE_SMA_DIR_PGI_DEFAULT64;PE_SMA_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/sma@PE_SMA_DIR_DEFAULT64@/lib64/pkgconfig' ';export' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/1.4.4/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL' ';export' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/11.12.1.2/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TRILINOS_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;PKGCONFIG_ENABLED=1' ';export' 'PKGCONFIG_ENABLED;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64/pkgconfig:/opt/cray/craype/2.3.0/pkg-config:/opt/cray/atp/1.8.1/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.4.0.1/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH_DEFAULT;PNG_INC=/usrx/local/prod//png/1.2.49/intel/sandybridge/include' ';export' 'PNG_INC;PNG_LIB=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a' ';export' 'PNG_LIB;PNG_LIB12=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng12.a' ';export' 'PNG_LIB12;PNG_LIBDIR=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib' ';export' 'PNG_LIBDIR;PNG_LIBso=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.so' ';export' 'PNG_LIBso;PNG_SRC=/usrx/local/prod//png/1.2.49/intel/sandybridge/src' ';export' 'PNG_SRC;PNG_VER=1.2.49' ';export' 'PNG_VER;POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.4_4' ';export' 'POST_INC;POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.4_4.a' ';export' 'POST_LIB;POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.4' ';export' 'POST_SRC;POST_VER=v8.0.4' ';export' 'POST_VER;SHMEM_ABORT_ON_ERROR=1' ';export' 'SHMEM_ABORT_ON_ERROR;SLURM_PROLOG=/opt/cray/atp/1.8.1/libexec/slurm_prolog.ksh' ';export' 'SLURM_PROLOG;SP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_4.a' ';export' 'SP_LIB4;SP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_8.a' ';export' 'SP_LIB8;SP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a' ';export' 'SP_LIBd;SP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/sp_v2.0.3' ';export' 'SP_SRC;SP_VER=v2.0.3' ';export' 'SP_VER;TBBROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb' ';export' 'TBBROOT;W3EMC_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_4' ';export' 'W3EMC_INC4;W3EMC_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_8' ';export' 'W3EMC_INC8;W3EMC_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_d' ';export' 'W3EMC_INCd;W3EMC_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_4.a' ';export' 'W3EMC_LIB4;W3EMC_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_8.a' ';export' 'W3EMC_LIB8;W3EMC_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a' ';export' 'W3EMC_LIBd;W3EMC_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3emc_v2.3.1' ';export' 'W3EMC_SRC;W3EMC_VER=v2.3.1' ';export' 'W3EMC_VER;W3NCO_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_4' ';export' 'W3NCO_INC4;W3NCO_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_8' ';export' 'W3NCO_INC8;W3NCO_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_d' ';export' 'W3NCO_INCd;W3NCO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_4.a' ';export' 'W3NCO_LIB4;W3NCO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_8.a' ';export' 'W3NCO_LIB8;W3NCO_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a' ';export' 'W3NCO_LIBd;W3NCO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3nco_v2.0.7' ';export' 'W3NCO_SRC;W3NCO_VER=v2.0.7' ';export' 'W3NCO_VER;XLSF_UIDDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib/uid' ';export' 'XLSF_UIDDIR;XTOS_VERSION=5.2.82' ';export' 'XTOS_VERSION;XTPE_NETWORK_TARGET=aries' ';export' 'XTPE_NETWORK_TARGET;Z_INC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'Z_INC;Z_LIB=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a' ';export' 'Z_LIB;Z_SRC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/src' ';export' 'Z_SRC;Z_VER=1.2.7' ';export' 'Z_VER;_LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.4:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray/fv3' ';export' '_LMFILES_;' ++ ATP_HOME=/opt/cray/atp/1.8.1 ++ export ATP_HOME ++ ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper @@ -2259,7 +2257,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export LIBSCI_VERSION ++ LIB_NAME=POST ++ export LIB_NAME -++ LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.1:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3 +++ LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.4:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3 ++ export LOADEDMODULES ++ LSF_BINDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin ++ export LSF_BINDIR @@ -2277,7 +2275,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export MIC_LIBRARY_PATH ++ MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl ++ export MKLROOT -++ MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ++ export MODULEPATH ++ MPICH_ABORT_ON_ERROR=1 ++ export MPICH_ABORT_ON_ERROR @@ -2597,13 +2595,13 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export PNG_SRC ++ PNG_VER=1.2.49 ++ export PNG_VER -++ POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 +++ POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.4_4 ++ export POST_INC -++ POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a +++ POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.4_4.a ++ export POST_LIB -++ POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.1 +++ POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.4 ++ export POST_SRC -++ POST_VER=v8.0.1 +++ POST_VER=v8.0.4 ++ export POST_VER ++ SHMEM_ABORT_ON_ERROR=1 ++ export SHMEM_ABORT_ON_ERROR @@ -2667,7 +2665,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export Z_SRC ++ Z_VER=1.2.7 ++ export Z_VER -++ _LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.1:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 +++ _LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.4:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray/fv3 ++ export _LMFILES_ + module list ++ /opt/modules/3.2.10.3/bin/modulecmd bash list @@ -2706,13 +2704,13 @@ Currently Loaded Modulefiles: 32) w3nco/2.0.7 33) w3emc/2.3.1 34) nemsio/2.2.4 - 35) post/8.0.1 + 35) post/8.0.4 36) alps/5.2.4-2.0502.9822.32.1.ari 37) esmf/8.0.0 38) fv3 + eval + cd build_fv3_2 -+ cmake /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model -DWW3=Y ++ cmake /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model -DWW3=Y -- The C compiler identification is Intel 16.0.3.20160415 -- The CXX compiler identification is Intel 16.0.3.20160415 -- The Fortran compiler identification is Intel 16.0.3.20160415 @@ -2766,41 +2764,30 @@ Selected physics package: gfs Build WW3: run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=wcoss_cray ww3_nems - in: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf + in: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/esmf -- Configuring done -- Generating done --- Build files have been written to: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_2 +-- Build files have been written to: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/build_fv3_2 + make -j 8 Scanning dependencies of target ww3_nems Scanning dependencies of target fv3cpl -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -Scanning dependencies of target gfsphysics -[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o Scanning dependencies of target fms -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +Scanning dependencies of target gfsphysics +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 5%] Linking Fortran static library libfv3cpl.a -[ 5%] Built target fv3cpl -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -2809,105 +2796,114 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 4%] Linking Fortran static library libfv3cpl.a +[ 4%] Built target fv3cpl +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o [ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o [ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o [ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 26%] Built target ww3_nems [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -2917,19 +2913,19 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o [ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -2938,15 +2934,16 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o [ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o [ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o [ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o @@ -2956,14 +2953,14 @@ Using allocatable derived type array members. Using cray pointers. [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing Using pure routines. @@ -2979,216 +2976,217 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o [ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o [ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o [ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o [ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o [ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o [ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o [ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o [ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o [ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o [ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o [ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o [ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o [ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o [ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o [ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o [ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o [ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 58%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o [ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o [ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 60%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 61%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 62%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 63%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 63%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 61%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 61%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 63%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 63%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 63%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 63%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 64%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 64%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o [ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd -[ 70%] Linking Fortran static library FMS/libfms.a -[ 70%] Built target fms +[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o Scanning dependencies of target fv3core -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o [ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o [ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 78%] Linking Fortran static library libio.a +[ 78%] Built target io [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o -[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] Built target ww3_nems +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing Using pure routines. @@ -3197,19 +3195,23 @@ Using cray pointers. [ 85%] Linking Fortran static library libfv3core.a [ 85%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o [ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o @@ -3221,14 +3223,14 @@ F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 97%] Linking Fortran static library libfv3cap.a @@ -3236,6 +3238,7 @@ Scanning dependencies of target fv3cap Scanning dependencies of target NEMS.exe [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o @@ -3243,7 +3246,7 @@ Scanning dependencies of target NEMS.exe [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe /opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': @@ -3254,24 +3257,24 @@ H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_2.exe -+ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 ../modules.fv3_2 ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray/fv3 ../modules.fv3_2 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_2 -+ elapsed=765 -+ echo 'Elapsed time 765 seconds. Compiling WW3=Y finished' -Elapsed time 765 seconds. Compiling WW3=Y finished ++ elapsed=784 ++ echo 'Elapsed time 784 seconds. Compiling WW3=Y finished' +Elapsed time 784 seconds. Compiling WW3=Y finished + SECONDS=0 -+++ readlink -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests -+ MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++++ readlink -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests ++ MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model ++ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model + MACHINE_ID=wcoss_cray + MAKE_OPT=32BIT=Y + BUILD_NAME=fv3_3 @@ -3283,7 +3286,7 @@ Elapsed time 765 seconds. Compiling WW3=Y finished + MAKE_THREADS=8 + hostname llogin2 -+ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + echo 'Compiling 32BIT=Y into fv3_3.exe on wcoss_cray' Compiling 32BIT=Y into fv3_3.exe on wcoss_cray + '[' YES = YES ']' @@ -3304,13 +3307,13 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_cray ++ var=-D32BIT=Y ++ echo -n -D32BIT=Y + CCPP_CMAKE_FLAGS=-D32BIT=Y -+ source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__44054 -++ eval 'setup__test_function__44054() { /bin/true ; }' ++ source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__6709 +++ eval 'setup__test_function__6709() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__44054 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__6709 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -3332,14 +3335,14 @@ fv3(72):ERROR:105: Unable to locate a modulefile for 'sp/2.0.3' fv3(73):ERROR:105: Unable to locate a modulefile for 'w3nco/2.0.7' fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' -fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.1' +fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.4' fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' -++ eval INFOPATH=/usr/local/info:/usr/share/info:/usr/info ';export' 'INFOPATH;MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;PATH=/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_DEFAULT_REQUIRED_PRODUCTS;unset' 'ATP_HOME;unset' 'ATP_MRNET_COMM_PATH;unset' 'ATP_POST_LINK_OPTS;unset' 'BACIO_LIB4;unset' 'BACIO_LIB8;unset' 'BACIO_SRC;unset' 'BACIO_VER;unset' 'CMAKE_CXX_COMPILER;unset' 'CMAKE_C_COMPILER;unset' 'CMAKE_Fortran_COMPILER;unset' 'CMAKE_Platform;unset' 'COMP;unset' 'CPATH;unset' 'CRAYOS_VERSION;unset' 'CRAYPE_DIR;unset' 'CRAYPE_NETWORK_TARGET;unset' 'CRAYPE_VERSION;unset' 'CRAY_ALPS_INCLUDE_OPTS;unset' 'CRAY_ALPS_POST_LINK_OPTS;unset' 'CRAY_CPU_TARGET;unset' 'CRAY_DMAPP_INCLUDE_OPTS;unset' 'CRAY_DMAPP_POST_LINK_OPTS;unset' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;unset' 'CRAY_HDF5_DIR;unset' 'CRAY_HDF5_VERSION;unset' 'CRAY_LD_LIBRARY_PATH;unset' 'CRAY_LIBSCI_BASE_DIR;unset' 'CRAY_LIBSCI_DIR;unset' 'CRAY_LIBSCI_PREFIX_DIR;unset' 'CRAY_LIBSCI_VERSION;unset' 'CRAY_NETCDF_VERSION;unset' 'CRAY_PE_MODULES;unset' 'CRAY_PMI_INCLUDE_OPTS;unset' 'CRAY_PMI_POST_LINK_OPTS;unset' 'CRAY_PRE_COMPILE_OPTS;unset' 'CRAY_PRGENVINTEL;unset' 'CRAY_RCA_INCLUDE_OPTS;unset' 'CRAY_RCA_POST_LINK_OPTS;unset' 'CRAY_UDREG_INCLUDE_OPTS;unset' 'CRAY_UDREG_POST_LINK_OPTS;unset' 'CRAY_UGNI_INCLUDE_OPTS;unset' 'CRAY_UGNI_POST_LINK_OPTS;unset' 'CRAY_XPMEM_INCLUDE_OPTS;unset' 'CRAY_XPMEM_POST_LINK_OPTS;unset' 'CRTM_FIX;unset' 'CRTM_INC;unset' 'CRTM_LIB;unset' 'CRTM_SRC;unset' 'CRTM_VER;unset' 'DMAPP_ABORT_ON_ERROR;unset' 'DVS_INCLUDE_OPTS;unset' 'DVS_VERSION;unset' 'ECF_HOSTFILE;unset' 'ECF_PORT;unset' 'ECF_ROOT;unset' 'ESMFMKFILE;unset' 'G2TMPL_INC;unset' 'G2TMPL_LIB;unset' 'G2TMPL_SRC;unset' 'G2TMPL_VER;unset' 'G2_INC4;unset' 'G2_INCd;unset' 'G2_LIB4;unset' 'G2_LIBd;unset' 'G2_SRC;unset' 'G2_VER;unset' 'GCC_PATH;unset' 'GCC_VERSION;unset' 'GDBSERVER_MIC;unset' 'GDB_CROSS;unset' 'GDB_HOST;unset' 'GNU_VERSION;unset' 'HDF5_DIR;unset' 'HDF5_INCLUDE_OPTS;unset' 'HDF5_ROOT;unset' 'INTEL_LICENSE_FILE;unset' 'INTEL_MAJOR_VERSION;unset' 'INTEL_MINOR_VERSION;unset' 'INTEL_PATH;unset' 'INTEL_PYTHONHOME;unset' 'INTEL_VERSION;unset' 'IPPROOT;unset' 'IP_INC4;unset' 'IP_INC8;unset' 'IP_INCd;unset' 'IP_LIB4;unset' 'IP_LIB8;unset' 'IP_LIBd;unset' 'IP_SRC;unset' 'IP_VER;unset' 'JASPER_INC;unset' 'JASPER_LIB;unset' 'JASPER_LIBDIR;unset' 'JASPER_LIBl;unset' 'JASPER_SRC;unset' 'JASPER_VER;unset' 'LD_LIBRARY_PATH;unset' 'LIBRARY_PATH;unset' 'LIBSCI_BASE_DIR;unset' 'LIBSCI_VERSION;unset' 'LIB_NAME;unset' 'LOADEDMODULES;unset' 'LSF_BINDIR;unset' 'LSF_ENVDIR;unset' 'LSF_LIBDIR;unset' 'LSF_SERVERDIR;unset' 'MIC_LD_LIBRARY_PATH;unset' 'MIC_LIBRARY_PATH;unset' 'MKLROOT;unset' 'MPICH_ABORT_ON_ERROR;unset' 'MPM_LAUNCHER;unset' 'NEMSIO_INC;unset' 'NEMSIO_LIB;unset' 'NEMSIO_SRC;unset' 'NEMSIO_VER;unset' 'NETCDF_DIR;unset' 'NLSPATH;unset' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_CRAY_FIXED_PKGCONFIG_PATH;unset' 'PE_CXX_PKGCONFIG_LIBS;unset' 'PE_ENV;unset' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_FFTW_DEFAULT_TARGET_haswell;unset' 'PE_FFTW_DEFAULT_TARGET_interlagos;unset' 'PE_FFTW_DEFAULT_TARGET_sandybridge;unset' 'PE_FFTW_DEFAULT_TARGET_x86_64;unset' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_GA_DEFAULT_FIXED_PRGENV;unset' 'PE_GA_DEFAULT_GENCOMPS_GNU;unset' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_GA_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_CXX_PKGCONFIG_LIBS;unset' 'PE_HDF5_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_DIR;unset' 'PE_HDF5_FIXED_PRGENV;unset' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_HDF5_GENCOMPILERS_GNU;unset' 'PE_HDF5_GENCOMPS_GNU;unset' 'PE_HDF5_MODULE_NAME;unset' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_PKGCONFIG_LIBS;unset' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_VOLATILE_PRGENV;unset' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_INTEL_FIXED_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;unset' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_MODULE_NAME;unset' 'PE_LIBSCI_OMP_REQUIRES;unset' 'PE_LIBSCI_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_PKGCONFIG_LIBS;unset' 'PE_LIBSCI_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_VOLATILE_PRGENV;unset' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;unset' 'PE_MPICH_DEFAULT_FIXED_PRGENV;unset' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;unset' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;unset' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;unset' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;unset' 'PE_MPICH_NV_LIBS;unset' 'PE_MPICH_NV_LIBS_nvidia20;unset' 'PE_MPICH_NV_LIBS_nvidia35;unset' 'PE_MPICH_PKGCONFIG_VARIABLES;unset' 'PE_MPICH_TARGET_VAR_nvidia20;unset' 'PE_MPICH_TARGET_VAR_nvidia35;unset' 'PE_NETCDF_BASEDIR;unset' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;unset' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_FIXED_PRGENV;unset' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_NETCDF_GENCOMPILERS_GNU;unset' 'PE_NETCDF_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_MODULE_NAME;unset' 'PE_NETCDF_PKGCONFIG_LIBS;unset' 'PE_NETCDF_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_VOLATILE_PRGENV;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;unset' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;unset' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;unset' 'PE_PKGCONFIG_LIBS;unset' 'PE_PKGCONFIG_PRODUCTS;unset' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;unset' 'PE_PKG_CONFIG_PATH;unset' 'PE_PRODUCT_LIST;unset' 'PE_SMA_DIR_CRAY_DEFAULT64;unset' 'PE_SMA_DIR_PGI_DEFAULT64;unset' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;unset' 'PKGCONFIG_ENABLED;unset' 'PKG_CONFIG_PATH;unset' 'PKG_CONFIG_PATH_DEFAULT;unset' 'PNG_INC;unset' 'PNG_LIB;unset' 'PNG_LIB12;unset' 'PNG_LIBDIR;unset' 'PNG_LIBso;unset' 'PNG_SRC;unset' 'PNG_VER;unset' 'POST_INC;unset' 'POST_LIB;unset' 'POST_SRC;unset' 'POST_VER;unset' 'PYTHONPATH;unset' 'QT_PLUGIN_PATH;unset' 'SHMEM_ABORT_ON_ERROR;unset' 'SLURM_PROLOG;unset' 'SP_LIB4;unset' 'SP_LIB8;unset' 'SP_LIBd;unset' 'SP_SRC;unset' 'SP_VER;unset' 'TBBROOT;unset' 'W3EMC_INC4;unset' 'W3EMC_INC8;unset' 'W3EMC_INCd;unset' 'W3EMC_LIB4;unset' 'W3EMC_LIB8;unset' 'W3EMC_LIBd;unset' 'W3EMC_SRC;unset' 'W3EMC_VER;unset' 'W3NCO_INC4;unset' 'W3NCO_INC8;unset' 'W3NCO_INCd;unset' 'W3NCO_LIB4;unset' 'W3NCO_LIB8;unset' 'W3NCO_LIBd;unset' 'W3NCO_SRC;unset' 'W3NCO_VER;unset' 'XLSF_UIDDIR;unset' 'XTOS_VERSION;unset' 'XTPE_NETWORK_TARGET;unset' 'Z_INC;unset' 'Z_LIB;unset' 'Z_SRC;unset' 'Z_VER;unset' '_LMFILES_;' +++ eval INFOPATH=/usr/local/info:/usr/share/info:/usr/info ';export' 'INFOPATH;MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;PATH=/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse' ';export' 'PATH;PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_DEFAULT_REQUIRED_PRODUCTS;unset' 'ATP_HOME;unset' 'ATP_MRNET_COMM_PATH;unset' 'ATP_POST_LINK_OPTS;unset' 'BACIO_LIB4;unset' 'BACIO_LIB8;unset' 'BACIO_SRC;unset' 'BACIO_VER;unset' 'CMAKE_CXX_COMPILER;unset' 'CMAKE_C_COMPILER;unset' 'CMAKE_Fortran_COMPILER;unset' 'CMAKE_Platform;unset' 'COMP;unset' 'CPATH;unset' 'CRAYOS_VERSION;unset' 'CRAYPE_DIR;unset' 'CRAYPE_NETWORK_TARGET;unset' 'CRAYPE_VERSION;unset' 'CRAY_ALPS_INCLUDE_OPTS;unset' 'CRAY_ALPS_POST_LINK_OPTS;unset' 'CRAY_CPU_TARGET;unset' 'CRAY_DMAPP_INCLUDE_OPTS;unset' 'CRAY_DMAPP_POST_LINK_OPTS;unset' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;unset' 'CRAY_HDF5_DIR;unset' 'CRAY_HDF5_VERSION;unset' 'CRAY_LD_LIBRARY_PATH;unset' 'CRAY_LIBSCI_BASE_DIR;unset' 'CRAY_LIBSCI_DIR;unset' 'CRAY_LIBSCI_PREFIX_DIR;unset' 'CRAY_LIBSCI_VERSION;unset' 'CRAY_NETCDF_VERSION;unset' 'CRAY_PE_MODULES;unset' 'CRAY_PMI_INCLUDE_OPTS;unset' 'CRAY_PMI_POST_LINK_OPTS;unset' 'CRAY_PRE_COMPILE_OPTS;unset' 'CRAY_PRGENVINTEL;unset' 'CRAY_RCA_INCLUDE_OPTS;unset' 'CRAY_RCA_POST_LINK_OPTS;unset' 'CRAY_UDREG_INCLUDE_OPTS;unset' 'CRAY_UDREG_POST_LINK_OPTS;unset' 'CRAY_UGNI_INCLUDE_OPTS;unset' 'CRAY_UGNI_POST_LINK_OPTS;unset' 'CRAY_XPMEM_INCLUDE_OPTS;unset' 'CRAY_XPMEM_POST_LINK_OPTS;unset' 'CRTM_FIX;unset' 'CRTM_INC;unset' 'CRTM_LIB;unset' 'CRTM_SRC;unset' 'CRTM_VER;unset' 'DMAPP_ABORT_ON_ERROR;unset' 'DVS_INCLUDE_OPTS;unset' 'DVS_VERSION;unset' 'ECF_HOSTFILE;unset' 'ECF_PORT;unset' 'ECF_ROOT;unset' 'ESMFMKFILE;unset' 'G2TMPL_INC;unset' 'G2TMPL_LIB;unset' 'G2TMPL_SRC;unset' 'G2TMPL_VER;unset' 'G2_INC4;unset' 'G2_INCd;unset' 'G2_LIB4;unset' 'G2_LIBd;unset' 'G2_SRC;unset' 'G2_VER;unset' 'GCC_PATH;unset' 'GCC_VERSION;unset' 'GDBSERVER_MIC;unset' 'GDB_CROSS;unset' 'GDB_HOST;unset' 'GNU_VERSION;unset' 'HDF5_DIR;unset' 'HDF5_INCLUDE_OPTS;unset' 'HDF5_ROOT;unset' 'INTEL_LICENSE_FILE;unset' 'INTEL_MAJOR_VERSION;unset' 'INTEL_MINOR_VERSION;unset' 'INTEL_PATH;unset' 'INTEL_PYTHONHOME;unset' 'INTEL_VERSION;unset' 'IPPROOT;unset' 'IP_INC4;unset' 'IP_INC8;unset' 'IP_INCd;unset' 'IP_LIB4;unset' 'IP_LIB8;unset' 'IP_LIBd;unset' 'IP_SRC;unset' 'IP_VER;unset' 'JASPER_INC;unset' 'JASPER_LIB;unset' 'JASPER_LIBDIR;unset' 'JASPER_LIBl;unset' 'JASPER_SRC;unset' 'JASPER_VER;unset' 'LD_LIBRARY_PATH;unset' 'LIBRARY_PATH;unset' 'LIBSCI_BASE_DIR;unset' 'LIBSCI_VERSION;unset' 'LIB_NAME;unset' 'LOADEDMODULES;unset' 'LSF_BINDIR;unset' 'LSF_ENVDIR;unset' 'LSF_LIBDIR;unset' 'LSF_SERVERDIR;unset' 'MIC_LD_LIBRARY_PATH;unset' 'MIC_LIBRARY_PATH;unset' 'MKLROOT;unset' 'MPICH_ABORT_ON_ERROR;unset' 'MPM_LAUNCHER;unset' 'NEMSIO_INC;unset' 'NEMSIO_LIB;unset' 'NEMSIO_SRC;unset' 'NEMSIO_VER;unset' 'NETCDF_DIR;unset' 'NLSPATH;unset' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_CRAY_FIXED_PKGCONFIG_PATH;unset' 'PE_CXX_PKGCONFIG_LIBS;unset' 'PE_ENV;unset' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_FFTW_DEFAULT_TARGET_haswell;unset' 'PE_FFTW_DEFAULT_TARGET_interlagos;unset' 'PE_FFTW_DEFAULT_TARGET_sandybridge;unset' 'PE_FFTW_DEFAULT_TARGET_x86_64;unset' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_GA_DEFAULT_FIXED_PRGENV;unset' 'PE_GA_DEFAULT_GENCOMPS_GNU;unset' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_GA_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_CXX_PKGCONFIG_LIBS;unset' 'PE_HDF5_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_DIR;unset' 'PE_HDF5_FIXED_PRGENV;unset' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_HDF5_GENCOMPILERS_GNU;unset' 'PE_HDF5_GENCOMPS_GNU;unset' 'PE_HDF5_MODULE_NAME;unset' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_PKGCONFIG_LIBS;unset' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_VOLATILE_PRGENV;unset' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_INTEL_FIXED_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;unset' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_MODULE_NAME;unset' 'PE_LIBSCI_OMP_REQUIRES;unset' 'PE_LIBSCI_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_PKGCONFIG_LIBS;unset' 'PE_LIBSCI_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_VOLATILE_PRGENV;unset' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;unset' 'PE_MPICH_DEFAULT_FIXED_PRGENV;unset' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;unset' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;unset' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;unset' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;unset' 'PE_MPICH_NV_LIBS;unset' 'PE_MPICH_NV_LIBS_nvidia20;unset' 'PE_MPICH_NV_LIBS_nvidia35;unset' 'PE_MPICH_PKGCONFIG_VARIABLES;unset' 'PE_MPICH_TARGET_VAR_nvidia20;unset' 'PE_MPICH_TARGET_VAR_nvidia35;unset' 'PE_NETCDF_BASEDIR;unset' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;unset' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_FIXED_PRGENV;unset' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_NETCDF_GENCOMPILERS_GNU;unset' 'PE_NETCDF_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_MODULE_NAME;unset' 'PE_NETCDF_PKGCONFIG_LIBS;unset' 'PE_NETCDF_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_VOLATILE_PRGENV;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;unset' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;unset' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;unset' 'PE_PKGCONFIG_LIBS;unset' 'PE_PKGCONFIG_PRODUCTS;unset' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;unset' 'PE_PKG_CONFIG_PATH;unset' 'PE_PRODUCT_LIST;unset' 'PE_SMA_DIR_CRAY_DEFAULT64;unset' 'PE_SMA_DIR_PGI_DEFAULT64;unset' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;unset' 'PKGCONFIG_ENABLED;unset' 'PKG_CONFIG_PATH;unset' 'PKG_CONFIG_PATH_DEFAULT;unset' 'PNG_INC;unset' 'PNG_LIB;unset' 'PNG_LIB12;unset' 'PNG_LIBDIR;unset' 'PNG_LIBso;unset' 'PNG_SRC;unset' 'PNG_VER;unset' 'POST_INC;unset' 'POST_LIB;unset' 'POST_SRC;unset' 'POST_VER;unset' 'PYTHONPATH;unset' 'QT_PLUGIN_PATH;unset' 'SHMEM_ABORT_ON_ERROR;unset' 'SLURM_PROLOG;unset' 'SP_LIB4;unset' 'SP_LIB8;unset' 'SP_LIBd;unset' 'SP_SRC;unset' 'SP_VER;unset' 'TBBROOT;unset' 'W3EMC_INC4;unset' 'W3EMC_INC8;unset' 'W3EMC_INCd;unset' 'W3EMC_LIB4;unset' 'W3EMC_LIB8;unset' 'W3EMC_LIBd;unset' 'W3EMC_SRC;unset' 'W3EMC_VER;unset' 'W3NCO_INC4;unset' 'W3NCO_INC8;unset' 'W3NCO_INCd;unset' 'W3NCO_LIB4;unset' 'W3NCO_LIB8;unset' 'W3NCO_LIBd;unset' 'W3NCO_SRC;unset' 'W3NCO_VER;unset' 'XLSF_UIDDIR;unset' 'XTOS_VERSION;unset' 'XTPE_NETWORK_TARGET;unset' 'Z_INC;unset' 'Z_LIB;unset' 'Z_SRC;unset' 'Z_VER;unset' '_LMFILES_;' +++ INFOPATH=/usr/local/info:/usr/share/info:/usr/info +++ export INFOPATH +++ MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man +++ export MANPATH -+++ MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ++++ MODULEPATH=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ export MODULEPATH +++ PATH=/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse +++ export PATH @@ -3664,8 +3667,8 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ eval ++ module use /opt/cray/ari/modulefiles +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/ari/modulefiles -++ eval MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ';export' 'MODULEPATH;' -+++ MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ eval MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ';export' 'MODULEPATH;' ++++ MODULEPATH=/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ export MODULEPATH ++ module use /opt/cray/craype/default/alt-modulefiles +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/craype/default/alt-modulefiles @@ -3685,16 +3688,16 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__44054 +++ unset setup__test_function__6709 ++ unset __ms_function_name + [[ wcoss_cray == macosx.* ]] + [[ wcoss_cray == linux.* ]] -+ module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray -++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray ++ module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray + eval + module load fv3 ++ /opt/modules/3.2.10.3/bin/modulecmd bash load fv3 -+ eval ATP_HOME=/opt/cray/atp/1.8.1 ';export' 'ATP_HOME;ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper' ';export' 'ATP_MRNET_COMM_PATH;ATP_POST_LINK_OPTS=-Wl,-L/opt/cray/atp/1.8.1/libApp/\' ';export' 'ATP_POST_LINK_OPTS;BACIO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a' ';export' 'BACIO_LIB4;BACIO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_8.a' ';export' 'BACIO_LIB8;BACIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/bacio_v2.0.3' ';export' 'BACIO_SRC;BACIO_VER=v2.0.3' ';export' 'BACIO_VER;CMAKE_CXX_COMPILER=CC' ';export' 'CMAKE_CXX_COMPILER;CMAKE_C_COMPILER=cc' ';export' 'CMAKE_C_COMPILER;CMAKE_Fortran_COMPILER=ftn' ';export' 'CMAKE_Fortran_COMPILER;CMAKE_Platform=wcoss_cray' ';export' 'CMAKE_Platform;COMP=intel' ';export' 'COMP;CPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/include' ';export' 'CPATH;CRAYOS_VERSION=5.2.82' ';export' 'CRAYOS_VERSION;CRAYPE_DIR=/opt/cray/craype/2.3.0' ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=aries' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.3.0' ';export' 'CRAYPE_VERSION;CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include' ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_CPU_TARGET=haswell' ';export' 'CRAY_CPU_TARGET;CRAY_DMAPP_INCLUDE_OPTS=-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/include\' '-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include\' ';export' 'CRAY_DMAPP_INCLUDE_OPTS;CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64' ';export' 'CRAY_DMAPP_POST_LINK_OPTS;CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include' ';export' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'CRAY_HDF5_DIR;CRAY_HDF5_VERSION=1.8.14' ';export' 'CRAY_HDF5_VERSION;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64:/opt/cray/hdf5/1.8.14/INTEL/14.0/lib:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64:/opt/cray/pmi/5.0.11/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64:/opt/cray/libsci/13.0.3/INTEL/140/x86_64/lib' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_BASE_DIR;CRAY_LIBSCI_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_DIR;CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/13.0.3/INTEL/140/x86_64' ';export' 'CRAY_LIBSCI_PREFIX_DIR;CRAY_LIBSCI_VERSION=13.0.3' ';export' 'CRAY_LIBSCI_VERSION;CRAY_NETCDF_VERSION=4.3.3.1' ';export' 'CRAY_NETCDF_VERSION;CRAY_PE_MODULES=cray-hdf5:cray-netcdf' ';export' 'CRAY_PE_MODULES;CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include' ';export' 'CRAY_PMI_INCLUDE_OPTS;CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64' ';export' 'CRAY_PMI_POST_LINK_OPTS;CRAY_PRE_COMPILE_OPTS=-hnetwork=aries' ';export' 'CRAY_PRE_COMPILE_OPTS;CRAY_PRGENVINTEL=loaded' ';export' 'CRAY_PRGENVINTEL;CRAY_RCA_INCLUDE_OPTS=-I/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/include\' '-I/opt/cray/krca/1.0.0-2.0502.67049.8.22.ari/include\' '-I/opt/cray-hss-devel/7.2.0/include\' ';export' 'CRAY_RCA_INCLUDE_OPTS;CRAY_RCA_POST_LINK_OPTS=-L/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64\' '-lrca\' ';export' 'CRAY_RCA_POST_LINK_OPTS;CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/include' ';export' 'CRAY_UDREG_INCLUDE_OPTS;CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64' ';export' 'CRAY_UDREG_POST_LINK_OPTS;CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/include' ';export' 'CRAY_UGNI_INCLUDE_OPTS;CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64' ';export' 'CRAY_UGNI_POST_LINK_OPTS;CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/include' ';export' 'CRAY_XPMEM_INCLUDE_OPTS;CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64' ';export' 'CRAY_XPMEM_POST_LINK_OPTS;CRTM_FIX=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/fix' ';export' 'CRTM_FIX;CRTM_INC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/include/crtm_v2.2.6' ';export' 'CRTM_INC;CRTM_LIB=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a' ';export' 'CRTM_LIB;CRTM_SRC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/src' ';export' 'CRTM_SRC;CRTM_VER=v2.2.6' ';export' 'CRTM_VER;DMAPP_ABORT_ON_ERROR=1' ';export' 'DMAPP_ABORT_ON_ERROR;DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/include' ';export' 'DVS_INCLUDE_OPTS;DVS_VERSION=0.9.0' ';export' 'DVS_VERSION;ESMFMKFILE=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk' ';export' 'ESMFMKFILE;G2TMPL_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2tmpl_v1.6.0' ';export' 'G2TMPL_INC;G2TMPL_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a' ';export' 'G2TMPL_LIB;G2TMPL_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2tmpl_v1.6.0/src' ';export' 'G2TMPL_SRC;G2TMPL_VER=v1.6.0' ';export' 'G2TMPL_VER;G2_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_4' ';export' 'G2_INC4;G2_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_d' ';export' 'G2_INCd;G2_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a' ';export' 'G2_LIB4;G2_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_d.a' ';export' 'G2_LIBd;G2_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2_v3.1.1' ';export' 'G2_SRC;G2_VER=v3.1.1' ';export' 'G2_VER;GCC_PATH=/opt/gcc/4.9.2' ';export' 'GCC_PATH;GCC_VERSION=4.9.2' ';export' 'GCC_VERSION;GDBSERVER_MIC=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/target/mic/bin/gdbserver' ';export' 'GDBSERVER_MIC;GDB_CROSS=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-mic' ';export' 'GDB_CROSS;GDB_HOST=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-ia-mic' ';export' 'GDB_HOST;GNU_VERSION=4.9.2' ';export' 'GNU_VERSION;HDF5_DIR=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_DIR;HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/INTEL/14.0/include' ';export' 'HDF5_INCLUDE_OPTS;HDF5_ROOT=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_ROOT;INFOPATH=/opt/gcc/4.9.2/snos/share/info:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/info/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/info/:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2016.3.210/linux/licenses:/opt/intel/licenses:/intel/licenses' ';export' 'INTEL_LICENSE_FILE;INTEL_MAJOR_VERSION=16.0' ';export' 'INTEL_MAJOR_VERSION;INTEL_MINOR_VERSION=3.210' ';export' 'INTEL_MINOR_VERSION;INTEL_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux' ';export' 'INTEL_PATH;INTEL_PYTHONHOME=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/python/intel64/' ';export' 'INTEL_PYTHONHOME;INTEL_VERSION=16.0.3.210' ';export' 'INTEL_VERSION;IPPROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp' ';export' 'IPPROOT;IP_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_4' ';export' 'IP_INC4;IP_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_8' ';export' 'IP_INC8;IP_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_d' ';export' 'IP_INCd;IP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_4.a' ';export' 'IP_LIB4;IP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_8.a' ';export' 'IP_LIB8;IP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_d.a' ';export' 'IP_LIBd;IP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/ip_v3.0.2' ';export' 'IP_SRC;IP_VER=v3.0.2' ';export' 'IP_VER;JASPER_INC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/include' ';export' 'JASPER_INC;JASPER_LIB=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a' ';export' 'JASPER_LIB;JASPER_LIBDIR=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib' ';export' 'JASPER_LIBDIR;JASPER_LIBl=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.la' ';export' 'JASPER_LIBl;JASPER_SRC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/sorc/jasper_v1.900.1' ';export' 'JASPER_SRC;JASPER_VER=1.900.1' ';export' 'JASPER_VER;LD_LIBRARY_PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib:/opt/gcc/4.9.2/snos/lib64:/usrx/local/dev/python/2.7.14/lib:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/tools/intel64/perfsys:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/libipt/intel64/lib' ';export' 'LD_LIBRARY_PATH;LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1' ';export' 'LIBRARY_PATH;LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'LIBSCI_BASE_DIR;LIBSCI_VERSION=13.0.3' ';export' 'LIBSCI_VERSION;LIB_NAME=POST' ';export' 'LIB_NAME;LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.1:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3' ';export' 'LOADEDMODULES;LSF_BINDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin' ';export' 'LSF_BINDIR;LSF_ENVDIR=/gpfs/llsf/xt-lsfhpc/conf' ';export' 'LSF_ENVDIR;LSF_LIBDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib' ';export' 'LSF_LIBDIR;LSF_SERVERDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc' ';export' 'LSF_SERVERDIR;MANPATH=/opt/cray/pmi/5.0.11/man:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/share/man:/opt/gcc/4.9.2/snos/share/man:/usrx/local/dev/cmake/3.6.2/share/man:/usrx/local/dev/python/2.7.14/share/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/netcdf/4.3.3.1/share/man:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/common:/opt/cray/atp/1.8.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/man:/opt/cray/libsci/13.0.3/man:/opt/cray/man/csmlversion:/opt/cray/craype/2.3.0/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man:/opt/cray/man' ';export' 'MANPATH;MIC_LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LD_LIBRARY_PATH;MIC_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LIBRARY_PATH;MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl' ';export' 'MKLROOT;MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;MPICH_ABORT_ON_ERROR=1' ';export' 'MPICH_ABORT_ON_ERROR;MPM_LAUNCHER=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/mpm/bin/start_mpm.sh' ';export' 'MPM_LAUNCHER;NEMSIO_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4' ';export' 'NEMSIO_INC;NEMSIO_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a' ';export' 'NEMSIO_LIB;NEMSIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/nemsio_v2.2.4' ';export' 'NEMSIO_SRC;NEMSIO_VER=v2.2.4' ';export' 'NEMSIO_VER;NETCDF_DIR=/opt/cray/netcdf/4.3.3.1/INTEL/14.0' ';export' 'NETCDF_DIR;NLSPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/locale/%l_%t/%N' ';export' 'NLSPATH;PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'PATH;PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig' ';export' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig' ';export' 'PE_CRAY_FIXED_PKGCONFIG_PATH;PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:netcdf_c++4' ';export' 'PE_CXX_PKGCONFIG_LIBS;PE_ENV=INTEL' ';export' 'PE_ENV;PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;PE_FFTW_DEFAULT_TARGET_haswell=haswell' ';export' 'PE_FFTW_DEFAULT_TARGET_haswell;PE_FFTW_DEFAULT_TARGET_interlagos=interlagos' ';export' 'PE_FFTW_DEFAULT_TARGET_interlagos;PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_sandybridge;PE_FFTW_DEFAULT_TARGET_x86_64=x86_64' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_64;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.2/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:netcdff' ';export' 'PE_FORTRAN_PKGCONFIG_LIBS;PE_GA_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_GA_DEFAULT_FIXED_PRGENV;PE_GA_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_GA_DEFAULT_GENCOMPS_GNU;PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.1/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_GA_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_GA_DEFAULT_VOLATILE_PRGENV;PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp' ';export' 'PE_HDF5_CXX_PKGCONFIG_LIBS;PE_HDF5_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_DEFAULT_FIXED_PRGENV;PE_HDF5_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.13/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;PE_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'PE_HDF5_DIR;PE_HDF5_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_FIXED_PRGENV;PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran' ';export' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;PE_HDF5_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_HDF5_GENCOMPILERS_GNU;PE_HDF5_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_HDF5_GENCOMPS_GNU;PE_HDF5_MODULE_NAME=cray-hdf5' ';export' 'PE_HDF5_MODULE_NAME;PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.8.13/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5' ';export' 'PE_HDF5_PKGCONFIG_LIBS;PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;PE_HDF5_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_VOLATILE_PRGENV;PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig' ';export' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig' ';export' 'PE_INTEL_FIXED_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;PE_LIBSCI_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;PE_LIBSCI_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;PE_LIBSCI_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;PE_LIBSCI_MODULE_NAME=cray-libsci/13.0.3' ';export' 'PE_LIBSCI_MODULE_NAME;PE_LIBSCI_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_OMP_REQUIRES_openmp;PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci' ';export' 'PE_LIBSCI_PKGCONFIG_LIBS;PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_PKGCONFIG_VARIABLES;PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_REQUIRED_PRODUCTS;PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_VOLATILE_PRGENV;PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL' ';export' 'PE_MPICH_DEFAULT_FIXED_PRGENV;PE_MPICH_DEFAULT_GENCOMPS_CRAY=83' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;PE_MPICH_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/mpich2-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_MPICH_DEFAULT_VOLATILE_PRGENV=CRAY\' GNU ';export' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt' ';export' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;PE_MPICH_NV_LIBS_nvidia20=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia20;PE_MPICH_NV_LIBS_nvidia35=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia35;PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@' ';export' 'PE_MPICH_PKGCONFIG_VARIABLES;PE_MPICH_TARGET_VAR_nvidia20=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia20;PE_MPICH_TARGET_VAR_nvidia35=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia35;PE_NETCDF_BASEDIR=/opt/cray/netcdf/4.3.3.1' ';export' 'PE_NETCDF_BASEDIR;PE_NETCDF_CXX_PKGCONFIG_LIBS=netcdf_c++4' ';export' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;PE_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;PE_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_FIXED_PRGENV;PE_NETCDF_FORTRAN_PKGCONFIG_LIBS=netcdff' ';export' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;PE_NETCDF_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_NETCDF_GENCOMPILERS_GNU;PE_NETCDF_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_NETCDF_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL\' PE_MPICH ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.3.2/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_MODULE_NAME=cray-netcdf' ';export' 'PE_NETCDF_MODULE_NAME;PE_NETCDF_PKGCONFIG_LIBS=netcdf' ';export' 'PE_NETCDF_PKGCONFIG_LIBS;PE_NETCDF_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_REQUIRED_PRODUCTS;PE_NETCDF_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.3.1/@PRGENV@/@PE_NETCDF_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_VOLATILE_PRGENV;PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@' ';export' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;PE_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU=4.9\' 4.8 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_TPSL' ';export' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.5.3.0/real/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PETSC_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TPSL:PE_LIBSCI:PE_TRILINOS:PE_FFTW:PE_PARALLEL_NETCDF:PE_GA:PE_NETCDF_HDF5PARALLEL:PE_MPICH:PE_HDF5_PARALLEL:PE_PETSC:PE_NETCDF:PE_HDF5' ';export' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_NETCDF:PE_LIBSCI' ';export' 'PE_PKGCONFIG_PRODUCTS;PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI' ';export' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.2/lib/pkgconfig' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAYPE_HASWELL:CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:CRAYPE:INTEL' ';export' 'PE_PRODUCT_LIST;PE_SMA_DIR_CRAY_DEFAULT64=64' ';export' 'PE_SMA_DIR_CRAY_DEFAULT64;PE_SMA_DIR_PGI_DEFAULT64=64' ';export' 'PE_SMA_DIR_PGI_DEFAULT64;PE_SMA_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/sma@PE_SMA_DIR_DEFAULT64@/lib64/pkgconfig' ';export' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/1.4.4/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL' ';export' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/11.12.1.2/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TRILINOS_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;PKGCONFIG_ENABLED=1' ';export' 'PKGCONFIG_ENABLED;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64/pkgconfig:/opt/cray/craype/2.3.0/pkg-config:/opt/cray/atp/1.8.1/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.4.0.1/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH_DEFAULT;PNG_INC=/usrx/local/prod//png/1.2.49/intel/sandybridge/include' ';export' 'PNG_INC;PNG_LIB=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a' ';export' 'PNG_LIB;PNG_LIB12=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng12.a' ';export' 'PNG_LIB12;PNG_LIBDIR=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib' ';export' 'PNG_LIBDIR;PNG_LIBso=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.so' ';export' 'PNG_LIBso;PNG_SRC=/usrx/local/prod//png/1.2.49/intel/sandybridge/src' ';export' 'PNG_SRC;PNG_VER=1.2.49' ';export' 'PNG_VER;POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4' ';export' 'POST_INC;POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a' ';export' 'POST_LIB;POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.1' ';export' 'POST_SRC;POST_VER=v8.0.1' ';export' 'POST_VER;SHMEM_ABORT_ON_ERROR=1' ';export' 'SHMEM_ABORT_ON_ERROR;SLURM_PROLOG=/opt/cray/atp/1.8.1/libexec/slurm_prolog.ksh' ';export' 'SLURM_PROLOG;SP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_4.a' ';export' 'SP_LIB4;SP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_8.a' ';export' 'SP_LIB8;SP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a' ';export' 'SP_LIBd;SP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/sp_v2.0.3' ';export' 'SP_SRC;SP_VER=v2.0.3' ';export' 'SP_VER;TBBROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb' ';export' 'TBBROOT;W3EMC_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_4' ';export' 'W3EMC_INC4;W3EMC_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_8' ';export' 'W3EMC_INC8;W3EMC_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_d' ';export' 'W3EMC_INCd;W3EMC_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_4.a' ';export' 'W3EMC_LIB4;W3EMC_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_8.a' ';export' 'W3EMC_LIB8;W3EMC_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a' ';export' 'W3EMC_LIBd;W3EMC_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3emc_v2.3.1' ';export' 'W3EMC_SRC;W3EMC_VER=v2.3.1' ';export' 'W3EMC_VER;W3NCO_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_4' ';export' 'W3NCO_INC4;W3NCO_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_8' ';export' 'W3NCO_INC8;W3NCO_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_d' ';export' 'W3NCO_INCd;W3NCO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_4.a' ';export' 'W3NCO_LIB4;W3NCO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_8.a' ';export' 'W3NCO_LIB8;W3NCO_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a' ';export' 'W3NCO_LIBd;W3NCO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3nco_v2.0.7' ';export' 'W3NCO_SRC;W3NCO_VER=v2.0.7' ';export' 'W3NCO_VER;XLSF_UIDDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib/uid' ';export' 'XLSF_UIDDIR;XTOS_VERSION=5.2.82' ';export' 'XTOS_VERSION;XTPE_NETWORK_TARGET=aries' ';export' 'XTPE_NETWORK_TARGET;Z_INC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'Z_INC;Z_LIB=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a' ';export' 'Z_LIB;Z_SRC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/src' ';export' 'Z_SRC;Z_VER=1.2.7' ';export' 'Z_VER;_LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.1:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3' ';export' '_LMFILES_;' ++ eval ATP_HOME=/opt/cray/atp/1.8.1 ';export' 'ATP_HOME;ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper' ';export' 'ATP_MRNET_COMM_PATH;ATP_POST_LINK_OPTS=-Wl,-L/opt/cray/atp/1.8.1/libApp/\' ';export' 'ATP_POST_LINK_OPTS;BACIO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a' ';export' 'BACIO_LIB4;BACIO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_8.a' ';export' 'BACIO_LIB8;BACIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/bacio_v2.0.3' ';export' 'BACIO_SRC;BACIO_VER=v2.0.3' ';export' 'BACIO_VER;CMAKE_CXX_COMPILER=CC' ';export' 'CMAKE_CXX_COMPILER;CMAKE_C_COMPILER=cc' ';export' 'CMAKE_C_COMPILER;CMAKE_Fortran_COMPILER=ftn' ';export' 'CMAKE_Fortran_COMPILER;CMAKE_Platform=wcoss_cray' ';export' 'CMAKE_Platform;COMP=intel' ';export' 'COMP;CPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/include' ';export' 'CPATH;CRAYOS_VERSION=5.2.82' ';export' 'CRAYOS_VERSION;CRAYPE_DIR=/opt/cray/craype/2.3.0' ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=aries' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.3.0' ';export' 'CRAYPE_VERSION;CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include' ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_CPU_TARGET=haswell' ';export' 'CRAY_CPU_TARGET;CRAY_DMAPP_INCLUDE_OPTS=-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/include\' '-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include\' ';export' 'CRAY_DMAPP_INCLUDE_OPTS;CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64' ';export' 'CRAY_DMAPP_POST_LINK_OPTS;CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include' ';export' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'CRAY_HDF5_DIR;CRAY_HDF5_VERSION=1.8.14' ';export' 'CRAY_HDF5_VERSION;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64:/opt/cray/hdf5/1.8.14/INTEL/14.0/lib:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64:/opt/cray/pmi/5.0.11/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64:/opt/cray/libsci/13.0.3/INTEL/140/x86_64/lib' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_BASE_DIR;CRAY_LIBSCI_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_DIR;CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/13.0.3/INTEL/140/x86_64' ';export' 'CRAY_LIBSCI_PREFIX_DIR;CRAY_LIBSCI_VERSION=13.0.3' ';export' 'CRAY_LIBSCI_VERSION;CRAY_NETCDF_VERSION=4.3.3.1' ';export' 'CRAY_NETCDF_VERSION;CRAY_PE_MODULES=cray-hdf5:cray-netcdf' ';export' 'CRAY_PE_MODULES;CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include' ';export' 'CRAY_PMI_INCLUDE_OPTS;CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64' ';export' 'CRAY_PMI_POST_LINK_OPTS;CRAY_PRE_COMPILE_OPTS=-hnetwork=aries' ';export' 'CRAY_PRE_COMPILE_OPTS;CRAY_PRGENVINTEL=loaded' ';export' 'CRAY_PRGENVINTEL;CRAY_RCA_INCLUDE_OPTS=-I/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/include\' '-I/opt/cray/krca/1.0.0-2.0502.67049.8.22.ari/include\' '-I/opt/cray-hss-devel/7.2.0/include\' ';export' 'CRAY_RCA_INCLUDE_OPTS;CRAY_RCA_POST_LINK_OPTS=-L/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64\' '-lrca\' ';export' 'CRAY_RCA_POST_LINK_OPTS;CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/include' ';export' 'CRAY_UDREG_INCLUDE_OPTS;CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64' ';export' 'CRAY_UDREG_POST_LINK_OPTS;CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/include' ';export' 'CRAY_UGNI_INCLUDE_OPTS;CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64' ';export' 'CRAY_UGNI_POST_LINK_OPTS;CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/include' ';export' 'CRAY_XPMEM_INCLUDE_OPTS;CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64' ';export' 'CRAY_XPMEM_POST_LINK_OPTS;CRTM_FIX=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/fix' ';export' 'CRTM_FIX;CRTM_INC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/include/crtm_v2.2.6' ';export' 'CRTM_INC;CRTM_LIB=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a' ';export' 'CRTM_LIB;CRTM_SRC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/src' ';export' 'CRTM_SRC;CRTM_VER=v2.2.6' ';export' 'CRTM_VER;DMAPP_ABORT_ON_ERROR=1' ';export' 'DMAPP_ABORT_ON_ERROR;DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/include' ';export' 'DVS_INCLUDE_OPTS;DVS_VERSION=0.9.0' ';export' 'DVS_VERSION;ESMFMKFILE=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk' ';export' 'ESMFMKFILE;G2TMPL_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2tmpl_v1.6.0' ';export' 'G2TMPL_INC;G2TMPL_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a' ';export' 'G2TMPL_LIB;G2TMPL_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2tmpl_v1.6.0/src' ';export' 'G2TMPL_SRC;G2TMPL_VER=v1.6.0' ';export' 'G2TMPL_VER;G2_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_4' ';export' 'G2_INC4;G2_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_d' ';export' 'G2_INCd;G2_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a' ';export' 'G2_LIB4;G2_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_d.a' ';export' 'G2_LIBd;G2_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2_v3.1.1' ';export' 'G2_SRC;G2_VER=v3.1.1' ';export' 'G2_VER;GCC_PATH=/opt/gcc/4.9.2' ';export' 'GCC_PATH;GCC_VERSION=4.9.2' ';export' 'GCC_VERSION;GDBSERVER_MIC=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/target/mic/bin/gdbserver' ';export' 'GDBSERVER_MIC;GDB_CROSS=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-mic' ';export' 'GDB_CROSS;GDB_HOST=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-ia-mic' ';export' 'GDB_HOST;GNU_VERSION=4.9.2' ';export' 'GNU_VERSION;HDF5_DIR=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_DIR;HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/INTEL/14.0/include' ';export' 'HDF5_INCLUDE_OPTS;HDF5_ROOT=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_ROOT;INFOPATH=/opt/gcc/4.9.2/snos/share/info:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/info/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/info/:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2016.3.210/linux/licenses:/opt/intel/licenses:/intel/licenses' ';export' 'INTEL_LICENSE_FILE;INTEL_MAJOR_VERSION=16.0' ';export' 'INTEL_MAJOR_VERSION;INTEL_MINOR_VERSION=3.210' ';export' 'INTEL_MINOR_VERSION;INTEL_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux' ';export' 'INTEL_PATH;INTEL_PYTHONHOME=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/python/intel64/' ';export' 'INTEL_PYTHONHOME;INTEL_VERSION=16.0.3.210' ';export' 'INTEL_VERSION;IPPROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp' ';export' 'IPPROOT;IP_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_4' ';export' 'IP_INC4;IP_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_8' ';export' 'IP_INC8;IP_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_d' ';export' 'IP_INCd;IP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_4.a' ';export' 'IP_LIB4;IP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_8.a' ';export' 'IP_LIB8;IP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_d.a' ';export' 'IP_LIBd;IP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/ip_v3.0.2' ';export' 'IP_SRC;IP_VER=v3.0.2' ';export' 'IP_VER;JASPER_INC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/include' ';export' 'JASPER_INC;JASPER_LIB=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a' ';export' 'JASPER_LIB;JASPER_LIBDIR=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib' ';export' 'JASPER_LIBDIR;JASPER_LIBl=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.la' ';export' 'JASPER_LIBl;JASPER_SRC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/sorc/jasper_v1.900.1' ';export' 'JASPER_SRC;JASPER_VER=1.900.1' ';export' 'JASPER_VER;LD_LIBRARY_PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib:/opt/gcc/4.9.2/snos/lib64:/usrx/local/dev/python/2.7.14/lib:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/tools/intel64/perfsys:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/libipt/intel64/lib' ';export' 'LD_LIBRARY_PATH;LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1' ';export' 'LIBRARY_PATH;LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'LIBSCI_BASE_DIR;LIBSCI_VERSION=13.0.3' ';export' 'LIBSCI_VERSION;LIB_NAME=POST' ';export' 'LIB_NAME;LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.4:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3' ';export' 'LOADEDMODULES;LSF_BINDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin' ';export' 'LSF_BINDIR;LSF_ENVDIR=/gpfs/llsf/xt-lsfhpc/conf' ';export' 'LSF_ENVDIR;LSF_LIBDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib' ';export' 'LSF_LIBDIR;LSF_SERVERDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc' ';export' 'LSF_SERVERDIR;MANPATH=/opt/cray/pmi/5.0.11/man:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/share/man:/opt/gcc/4.9.2/snos/share/man:/usrx/local/dev/cmake/3.6.2/share/man:/usrx/local/dev/python/2.7.14/share/man:/gpfs/llsf/xt-lsfhpc/9.1/man:/opt/cray/netcdf/4.3.3.1/share/man:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/common:/opt/cray/atp/1.8.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/man:/opt/cray/libsci/13.0.3/man:/opt/cray/man/csmlversion:/opt/cray/craype/2.3.0/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man:/opt/cray/man' ';export' 'MANPATH;MIC_LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LD_LIBRARY_PATH;MIC_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LIBRARY_PATH;MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl' ';export' 'MKLROOT;MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;MPICH_ABORT_ON_ERROR=1' ';export' 'MPICH_ABORT_ON_ERROR;MPM_LAUNCHER=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/mpm/bin/start_mpm.sh' ';export' 'MPM_LAUNCHER;NEMSIO_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4' ';export' 'NEMSIO_INC;NEMSIO_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a' ';export' 'NEMSIO_LIB;NEMSIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/nemsio_v2.2.4' ';export' 'NEMSIO_SRC;NEMSIO_VER=v2.2.4' ';export' 'NEMSIO_VER;NETCDF_DIR=/opt/cray/netcdf/4.3.3.1/INTEL/14.0' ';export' 'NETCDF_DIR;NLSPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/locale/%l_%t/%N' ';export' 'NLSPATH;PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'PATH;PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig' ';export' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig' ';export' 'PE_CRAY_FIXED_PKGCONFIG_PATH;PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:netcdf_c++4' ';export' 'PE_CXX_PKGCONFIG_LIBS;PE_ENV=INTEL' ';export' 'PE_ENV;PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;PE_FFTW_DEFAULT_TARGET_haswell=haswell' ';export' 'PE_FFTW_DEFAULT_TARGET_haswell;PE_FFTW_DEFAULT_TARGET_interlagos=interlagos' ';export' 'PE_FFTW_DEFAULT_TARGET_interlagos;PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_sandybridge;PE_FFTW_DEFAULT_TARGET_x86_64=x86_64' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_64;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.2/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:netcdff' ';export' 'PE_FORTRAN_PKGCONFIG_LIBS;PE_GA_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_GA_DEFAULT_FIXED_PRGENV;PE_GA_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_GA_DEFAULT_GENCOMPS_GNU;PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.1/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_GA_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_GA_DEFAULT_VOLATILE_PRGENV;PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp' ';export' 'PE_HDF5_CXX_PKGCONFIG_LIBS;PE_HDF5_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_DEFAULT_FIXED_PRGENV;PE_HDF5_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.13/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;PE_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'PE_HDF5_DIR;PE_HDF5_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_FIXED_PRGENV;PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran' ';export' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;PE_HDF5_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_HDF5_GENCOMPILERS_GNU;PE_HDF5_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_HDF5_GENCOMPS_GNU;PE_HDF5_MODULE_NAME=cray-hdf5' ';export' 'PE_HDF5_MODULE_NAME;PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.8.13/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5' ';export' 'PE_HDF5_PKGCONFIG_LIBS;PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;PE_HDF5_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_VOLATILE_PRGENV;PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig' ';export' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig' ';export' 'PE_INTEL_FIXED_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;PE_LIBSCI_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;PE_LIBSCI_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;PE_LIBSCI_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;PE_LIBSCI_MODULE_NAME=cray-libsci/13.0.3' ';export' 'PE_LIBSCI_MODULE_NAME;PE_LIBSCI_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_OMP_REQUIRES_openmp;PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci' ';export' 'PE_LIBSCI_PKGCONFIG_LIBS;PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_PKGCONFIG_VARIABLES;PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_REQUIRED_PRODUCTS;PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_VOLATILE_PRGENV;PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL' ';export' 'PE_MPICH_DEFAULT_FIXED_PRGENV;PE_MPICH_DEFAULT_GENCOMPS_CRAY=83' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;PE_MPICH_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/mpich2-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_MPICH_DEFAULT_VOLATILE_PRGENV=CRAY\' GNU ';export' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt' ';export' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;PE_MPICH_NV_LIBS_nvidia20=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia20;PE_MPICH_NV_LIBS_nvidia35=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia35;PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@' ';export' 'PE_MPICH_PKGCONFIG_VARIABLES;PE_MPICH_TARGET_VAR_nvidia20=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia20;PE_MPICH_TARGET_VAR_nvidia35=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia35;PE_NETCDF_BASEDIR=/opt/cray/netcdf/4.3.3.1' ';export' 'PE_NETCDF_BASEDIR;PE_NETCDF_CXX_PKGCONFIG_LIBS=netcdf_c++4' ';export' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;PE_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;PE_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_FIXED_PRGENV;PE_NETCDF_FORTRAN_PKGCONFIG_LIBS=netcdff' ';export' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;PE_NETCDF_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_NETCDF_GENCOMPILERS_GNU;PE_NETCDF_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_NETCDF_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL\' PE_MPICH ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.3.2/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_MODULE_NAME=cray-netcdf' ';export' 'PE_NETCDF_MODULE_NAME;PE_NETCDF_PKGCONFIG_LIBS=netcdf' ';export' 'PE_NETCDF_PKGCONFIG_LIBS;PE_NETCDF_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_REQUIRED_PRODUCTS;PE_NETCDF_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.3.1/@PRGENV@/@PE_NETCDF_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_VOLATILE_PRGENV;PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@' ';export' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;PE_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU=4.9\' 4.8 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_TPSL' ';export' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.5.3.0/real/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PETSC_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TPSL:PE_LIBSCI:PE_TRILINOS:PE_FFTW:PE_PARALLEL_NETCDF:PE_GA:PE_NETCDF_HDF5PARALLEL:PE_MPICH:PE_HDF5_PARALLEL:PE_PETSC:PE_NETCDF:PE_HDF5' ';export' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_NETCDF:PE_LIBSCI' ';export' 'PE_PKGCONFIG_PRODUCTS;PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI' ';export' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.2/lib/pkgconfig' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAYPE_HASWELL:CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:CRAYPE:INTEL' ';export' 'PE_PRODUCT_LIST;PE_SMA_DIR_CRAY_DEFAULT64=64' ';export' 'PE_SMA_DIR_CRAY_DEFAULT64;PE_SMA_DIR_PGI_DEFAULT64=64' ';export' 'PE_SMA_DIR_PGI_DEFAULT64;PE_SMA_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/sma@PE_SMA_DIR_DEFAULT64@/lib64/pkgconfig' ';export' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/1.4.4/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL' ';export' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/11.12.1.2/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TRILINOS_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;PKGCONFIG_ENABLED=1' ';export' 'PKGCONFIG_ENABLED;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64/pkgconfig:/opt/cray/craype/2.3.0/pkg-config:/opt/cray/atp/1.8.1/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.4.0.1/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH_DEFAULT;PNG_INC=/usrx/local/prod//png/1.2.49/intel/sandybridge/include' ';export' 'PNG_INC;PNG_LIB=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a' ';export' 'PNG_LIB;PNG_LIB12=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng12.a' ';export' 'PNG_LIB12;PNG_LIBDIR=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib' ';export' 'PNG_LIBDIR;PNG_LIBso=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.so' ';export' 'PNG_LIBso;PNG_SRC=/usrx/local/prod//png/1.2.49/intel/sandybridge/src' ';export' 'PNG_SRC;PNG_VER=1.2.49' ';export' 'PNG_VER;POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.4_4' ';export' 'POST_INC;POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.4_4.a' ';export' 'POST_LIB;POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.4' ';export' 'POST_SRC;POST_VER=v8.0.4' ';export' 'POST_VER;SHMEM_ABORT_ON_ERROR=1' ';export' 'SHMEM_ABORT_ON_ERROR;SLURM_PROLOG=/opt/cray/atp/1.8.1/libexec/slurm_prolog.ksh' ';export' 'SLURM_PROLOG;SP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_4.a' ';export' 'SP_LIB4;SP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_8.a' ';export' 'SP_LIB8;SP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a' ';export' 'SP_LIBd;SP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/sp_v2.0.3' ';export' 'SP_SRC;SP_VER=v2.0.3' ';export' 'SP_VER;TBBROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb' ';export' 'TBBROOT;W3EMC_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_4' ';export' 'W3EMC_INC4;W3EMC_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_8' ';export' 'W3EMC_INC8;W3EMC_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_d' ';export' 'W3EMC_INCd;W3EMC_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_4.a' ';export' 'W3EMC_LIB4;W3EMC_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_8.a' ';export' 'W3EMC_LIB8;W3EMC_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a' ';export' 'W3EMC_LIBd;W3EMC_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3emc_v2.3.1' ';export' 'W3EMC_SRC;W3EMC_VER=v2.3.1' ';export' 'W3EMC_VER;W3NCO_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_4' ';export' 'W3NCO_INC4;W3NCO_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_8' ';export' 'W3NCO_INC8;W3NCO_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3nco_v2.0.7_d' ';export' 'W3NCO_INCd;W3NCO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_4.a' ';export' 'W3NCO_LIB4;W3NCO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_8.a' ';export' 'W3NCO_LIB8;W3NCO_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a' ';export' 'W3NCO_LIBd;W3NCO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3nco_v2.0.7' ';export' 'W3NCO_SRC;W3NCO_VER=v2.0.7' ';export' 'W3NCO_VER;XLSF_UIDDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib/uid' ';export' 'XLSF_UIDDIR;XTOS_VERSION=5.2.82' ';export' 'XTOS_VERSION;XTPE_NETWORK_TARGET=aries' ';export' 'XTPE_NETWORK_TARGET;Z_INC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'Z_INC;Z_LIB=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a' ';export' 'Z_LIB;Z_SRC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/src' ';export' 'Z_SRC;Z_VER=1.2.7' ';export' 'Z_VER;_LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.4:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray/fv3' ';export' '_LMFILES_;' ++ ATP_HOME=/opt/cray/atp/1.8.1 ++ export ATP_HOME ++ ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper @@ -3893,7 +3896,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export LIBSCI_VERSION ++ LIB_NAME=POST ++ export LIB_NAME -++ LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.1:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3 +++ LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.4:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3 ++ export LOADEDMODULES ++ LSF_BINDIR=/gpfs/llsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin ++ export LSF_BINDIR @@ -3911,7 +3914,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export MIC_LIBRARY_PATH ++ MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl ++ export MKLROOT -++ MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/emc_rocoto/modulefiles:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ++ export MODULEPATH ++ MPICH_ABORT_ON_ERROR=1 ++ export MPICH_ABORT_ON_ERROR @@ -4231,13 +4234,13 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export PNG_SRC ++ PNG_VER=1.2.49 ++ export PNG_VER -++ POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.1_4 +++ POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.4_4 ++ export POST_INC -++ POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.1_4.a +++ POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.4_4.a ++ export POST_LIB -++ POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.1 +++ POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.4 ++ export POST_SRC -++ POST_VER=v8.0.1 +++ POST_VER=v8.0.4 ++ export POST_VER ++ SHMEM_ABORT_ON_ERROR=1 ++ export SHMEM_ABORT_ON_ERROR @@ -4301,7 +4304,7 @@ fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' ++ export Z_SRC ++ Z_VER=1.2.7 ++ export Z_VER -++ _LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.1:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 +++ _LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.4:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray/fv3 ++ export _LMFILES_ + module list ++ /opt/modules/3.2.10.3/bin/modulecmd bash list @@ -4340,13 +4343,13 @@ Currently Loaded Modulefiles: 32) w3nco/2.0.7 33) w3emc/2.3.1 34) nemsio/2.2.4 - 35) post/8.0.1 + 35) post/8.0.4 36) alps/5.2.4-2.0502.9822.32.1.ari 37) esmf/8.0.0 38) fv3 + eval + cd build_fv3_3 -+ cmake /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model -D32BIT=Y ++ cmake /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model -D32BIT=Y -- The C compiler identification is Intel 16.0.3.20160415 -- The CXX compiler identification is Intel 16.0.3.20160415 -- The Fortran compiler identification is Intel 16.0.3.20160415 @@ -4403,17 +4406,17 @@ Force 64 bits in ipd Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_3 +-- Build files have been written to: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/build_fv3_3 + make -j 8 Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o Scanning dependencies of target gfsphysics [ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o Using 8-byte addressing @@ -4432,114 +4435,113 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o [ 5%] Linking Fortran static library libfv3cpl.a [ 5%] Built target fv3cpl -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o [ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o [ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o [ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -4549,154 +4551,129 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 29%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o [ 29%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o [ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o [ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -4705,23 +4682,45 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 61%] Linking Fortran static library libgfsphysics.a -[ 61%] Built target gfsphysics +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 60%] Linking Fortran static library libgfsphysics.a +[ 60%] Built target gfsphysics Scanning dependencies of target ipd -[ 61%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 61%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 61%] Linking Fortran static library libipd.a -[ 61%] Built target ipd -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 60%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 60%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 60%] Linking Fortran static library libipd.a +[ 60%] Built target ipd +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -4731,93 +4730,93 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 70%] Linking Fortran static library FMS/libfms.a -[ 70%] Built target fms +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 67%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o [ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o [ 80%] Linking Fortran static library libio.a [ 80%] Built target io [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F9[ 81[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing @@ -4827,16 +4826,18 @@ Using cray pointers. [ 85%] Linking Fortran static library libfv3core.a [ 85%] Built target fv3core Scanning dependencies of target stochastic_physics +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o [ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o [ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o [ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o @@ -4851,25 +4852,27 @@ Scanning dependencies of target stochastic_physics [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o @@ -4884,10 +4887,10 @@ H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_3.exe -+ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/wcoss_cray/fv3 ../modules.fv3_3 ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/wcoss_cray/fv3 ../modules.fv3_3 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_3 -+ elapsed=779 -+ echo 'Elapsed time 779 seconds. Compiling 32BIT=Y finished' -Elapsed time 779 seconds. Compiling 32BIT=Y finished ++ elapsed=782 ++ echo 'Elapsed time 782 seconds. Compiling 32BIT=Y finished' +Elapsed time 782 seconds. Compiling 32BIT=Y finished diff --git a/tests/RegressionTests_wcoss_cray.log b/tests/RegressionTests_wcoss_cray.log index 451198b6ff..e0301aa762 100644 --- a/tests/RegressionTests_wcoss_cray.log +++ b/tests/RegressionTests_wcoss_cray.log @@ -1,9 +1,9 @@ -Fri Jan 24 15:54:13 UTC 2020 +Mon Feb 3 14:35:13 UTC 2020 Start Regression test -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_control +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_control +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_control Checking test 001 fv3_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -70,8 +70,8 @@ Checking test 001 fv3_control results .... Test 001 fv3_control PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_decomp +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_control +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_decomp Checking test 002 fv3_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -138,8 +138,8 @@ Checking test 002 fv3_decomp results .... Test 002 fv3_decomp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_2threads +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_control +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_2threads Checking test 003 fv3_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -206,8 +206,8 @@ Checking test 003 fv3_2threads results .... Test 003 fv3_2threads PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_restart -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_restart +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_restart +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_restart Checking test 004 fv3_restart results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -274,8 +274,8 @@ Checking test 004 fv3_restart results .... Test 004 fv3_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_read_inc -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_read_inc +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_read_inc +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_read_inc Checking test 005 fv3_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -342,8 +342,8 @@ Checking test 005 fv3_read_inc results .... Test 005 fv3_read_inc PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmp -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_gfdlmp +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_gfdlmp +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_gfdlmp Checking test 006 fv3_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -390,8 +390,8 @@ Checking test 006 fv3_gfdlmp results .... Test 006 fv3_gfdlmp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad_gwd -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_gfdlmprad_gwd +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_gfdlmprad_gwd +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_gfdlmprad_gwd Checking test 007 fv3_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -438,8 +438,8 @@ Checking test 007 fv3_gfdlmprad_gwd results .... Test 007 fv3_gfdlmprad_gwd PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad_noahmp -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_gfdlmprad_noahmp +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_gfdlmprad_noahmp +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_gfdlmprad_noahmp Checking test 008 fv3_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -486,8 +486,8 @@ Checking test 008 fv3_gfdlmprad_noahmp results .... Test 008 fv3_gfdlmprad_noahmp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_thompson -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_thompson +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_thompson +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_thompson Checking test 009 fv3_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -554,8 +554,8 @@ Checking test 009 fv3_thompson results .... Test 009 fv3_thompson PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wsm6 -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_wsm6 +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_wsm6 +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_wsm6 Checking test 010 fv3_wsm6 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -622,8 +622,8 @@ Checking test 010 fv3_wsm6 results .... Test 010 fv3_wsm6 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_netcdf_esmf -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_wrtGauss_netcdf_esmf +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_wrtGauss_netcdf_esmf +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_wrtGauss_netcdf_esmf Checking test 011 fv3_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -670,8 +670,8 @@ Checking test 011 fv3_wrtGauss_netcdf_esmf results .... Test 011 fv3_wrtGauss_netcdf_esmf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_netcdf -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_wrtGauss_netcdf +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_wrtGauss_netcdf +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_wrtGauss_netcdf Checking test 012 fv3_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -718,8 +718,8 @@ Checking test 012 fv3_wrtGauss_netcdf results .... Test 012 fv3_wrtGauss_netcdf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_nemsio -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_wrtGauss_nemsio +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_wrtGauss_nemsio +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_wrtGauss_nemsio Checking test 013 fv3_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -766,8 +766,8 @@ Checking test 013 fv3_wrtGauss_nemsio results .... Test 013 fv3_wrtGauss_nemsio PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_nemsio_c192 -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_wrtGauss_nemsio_c192 +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_wrtGauss_nemsio_c192 +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_wrtGauss_nemsio_c192 Checking test 014 fv3_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -814,8 +814,8 @@ Checking test 014 fv3_wrtGauss_nemsio_c192 results .... Test 014 fv3_wrtGauss_nemsio_c192 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stochy -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_stochy +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_stochy +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_stochy Checking test 015 fv3_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -882,8 +882,8 @@ Checking test 015 fv3_stochy results .... Test 015 fv3_stochy PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_iau -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_iau +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_iau +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_iau Checking test 016 fv3_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -950,8 +950,8 @@ Checking test 016 fv3_iau results .... Test 016 fv3_iau PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_csawmgshoc -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_csawmgshoc +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_csawmgshoc +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_csawmgshoc Checking test 017 fv3_csawmgshoc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -998,8 +998,8 @@ Checking test 017 fv3_csawmgshoc results .... Test 017 fv3_csawmgshoc PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_csawmg -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_csawmg +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_csawmg +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_csawmg Checking test 018 fv3_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1046,8 +1046,8 @@ Checking test 018 fv3_csawmg results .... Test 018 fv3_csawmg PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_rasmgshoc -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_rasmgshoc +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_rasmgshoc +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_rasmgshoc Checking test 019 fv3_rasmgshoc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1094,8 +1094,8 @@ Checking test 019 fv3_rasmgshoc results .... Test 019 fv3_rasmgshoc PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_csawmg3shoc127 -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_csawmg3shoc127 +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_csawmg3shoc127 +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_csawmg3shoc127 Checking test 020 fv3_csawmg3shoc127 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1142,8 +1142,8 @@ Checking test 020 fv3_csawmg3shoc127 results .... Test 020 fv3_csawmg3shoc127 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_satmedmf -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_satmedmf +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_satmedmf +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_satmedmf Checking test 021 fv3_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1190,8 +1190,8 @@ Checking test 021 fv3_satmedmf results .... Test 021 fv3_satmedmf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_lheatstrg -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_lheatstrg +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_lheatstrg +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_lheatstrg Checking test 022 fv3_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1238,8 +1238,8 @@ Checking test 022 fv3_lheatstrg results .... Test 022 fv3_lheatstrg PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_gfdlmprad +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_gfdlmprad +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_gfdlmprad Checking test 023 fv3_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1287,8 +1287,8 @@ Checking test 023 fv3_gfdlmprad results .... Test 023 fv3_gfdlmprad PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_appbuild +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_control +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_appbuild Checking test 024 fv3_appbuild results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1355,8 +1355,8 @@ Checking test 024 fv3_appbuild results .... Test 024 fv3_appbuild PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control_32bit -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_control_32bit +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_control_32bit +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_control_32bit Checking test 025 fv3_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1423,8 +1423,8 @@ Checking test 025 fv3_control_32bit results .... Test 025 fv3_control_32bit PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad_32bit_post -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_gfdlmprad_32bit_post +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_gfdlmprad_32bit_post +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_gfdlmprad_32bit_post Checking test 026 fv3_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1475,8 +1475,8 @@ Checking test 026 fv3_gfdlmprad_32bit_post results .... Test 026 fv3_gfdlmprad_32bit_post PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_stretched +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_stretched +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_stretched Checking test 027 fv3_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1531,8 +1531,8 @@ Checking test 027 fv3_stretched results .... Test 027 fv3_stretched PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched_nest -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_stretched_nest +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_stretched_nest +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_stretched_nest Checking test 028 fv3_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1598,8 +1598,8 @@ Checking test 028 fv3_stretched_nest results .... Test 028 fv3_stretched_nest PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched_nest_quilt -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_stretched_nest_quilt +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_stretched_nest_quilt +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_stretched_nest_quilt Checking test 029 fv3_stretched_nest_quilt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1663,8 +1663,8 @@ Checking test 029 fv3_stretched_nest_quilt results .... Test 029 fv3_stretched_nest_quilt PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_control -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_regional_control +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_regional_control +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_regional_control Checking test 030 fv3_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1672,8 +1672,8 @@ Checking test 030 fv3_regional_control results .... Test 030 fv3_regional_control PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_restart -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_regional_restart +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_regional_restart +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_regional_restart Checking test 031 fv3_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1681,8 +1681,8 @@ Checking test 031 fv3_regional_restart results .... Test 031 fv3_regional_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_quilt -working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_42250/fv3_regional_quilt +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_regional_quilt +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_4493/fv3_regional_quilt Checking test 032 fv3_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1693,5 +1693,5 @@ Test 032 fv3_regional_quilt PASS REGRESSION TEST WAS SUCCESSFUL -Fri Jan 24 17:13:59 UTC 2020 -Elapsed time: 01h:19m:47s. Have a nice day! +Mon Feb 3 15:05:01 UTC 2020 +Elapsed time: 00h:29m:49s. Have a nice day! From e860f7f8f238abfc3f764c3d925613213a2e9331 Mon Sep 17 00:00:00 2001 From: Dusan Jovic Date: Mon, 3 Feb 2020 23:42:34 +0000 Subject: [PATCH 10/11] Regtest logs on hera --- log/report-hera.intel-log/build_fv3.exe.log | 1181 ++++--- .../build_fv3_32bit.exe.log | 1178 +++---- .../build_fv3_32bit_debug.exe.log | 1180 +++---- .../build_fv3_appbuilder.exe.log | 1072 +++--- .../build_fv3_ww3.exe.log | 1355 ++++---- log/report-hera.intel-log/rtreport.txt | 339 +- tests/Compile_hera.intel.log | 3096 +++++++++-------- tests/RegressionTests_hera.intel.log | 150 +- 8 files changed, 4959 insertions(+), 4592 deletions(-) diff --git a/log/report-hera.intel-log/build_fv3.exe.log b/log/report-hera.intel-log/build_fv3.exe.log index 0504c1132c..736dd909fe 100644 --- a/log/report-hera.intel-log/build_fv3.exe.log +++ b/log/report-hera.intel-log/build_fv3.exe.log @@ -1,22 +1,22 @@ + [[ fv3.exe == fv3.exe ]] -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3.exe -+ modules=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules.fv3 ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3.exe ++ modules=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/include/modules.fv3 + BUILD_NR= -+ fv3=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3.exe ++ fv3=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3.exe + MAKE_OPTS=' ' -+ md5=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3.exe.md5 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/ -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules.fv3 ++ md5=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3.exe.md5 ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/ ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/include/modules.fv3 + which aprun which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse) + [[ hera.intel == hera* ]] + echo 'DON'\''T SUBSTITUTE _ for . on hera.intel' DON'T SUBSTITUTE _ for . on hera.intel -+ ./compile.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 hera.intel ++ ./compile.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 hera.intel + SECONDS=0 + [[ 2 -lt 2 ]] -+ readonly PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ++ readonly PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ++ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 + readonly BUILD_TARGET=hera.intel + BUILD_TARGET=hera.intel + readonly MAKE_OPT= @@ -28,7 +28,7 @@ DON'T SUBSTITUTE _ for . on hera.intel + readonly clean_after=YES + clean_after=YES + hostname -h14c45 +h2c27 + echo 'Compiling into fv3.exe on hera.intel' Compiling into fv3.exe on hera.intel + gnu_make=gmake @@ -43,7 +43,7 @@ Using $MAKE_THREADS=8 threads to build FV3 and FMS. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. Consider reducing $MAKE_THREADS if you hit memory or process limits. + gnu_make='gmake -j 8' -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../NEMS ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ '' == *\C\C\P\P\=\Y* ]] + [[ '' == *\W\W\3\=\Y* ]] @@ -55,209 +55,226 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel FV3_MAKEOPT= NEMS_BUILDOPT= distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ +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/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +makefile:278: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. +Building dependencies ... +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' + +Build standalone FV3 gfsphysics ... + +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. +cc -E four_to_grid_stochy.F > four_to_grid_stochy.f Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +GNUmakefile:16: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory Components in linker order: FV3 FMS FV3: include -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' GNUmakefile:70: : component FV3 makefile fragment is missing FMS: include GNUmakefile:70: : component FMS makefile fragment is missing +gmake[1]: *** No rule to make target `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk'. +gmake[1]: Failed to remake makefile `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk'. rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel FV3_MAKEOPT= NEMS_BUILDOPT= build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3" -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3 -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems +set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/modules.fv3" ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/modules.fv3 +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake all Currently Loaded Modules: - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 + 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.11 -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -282,36 +299,36 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -320,14 +337,14 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -337,7 +354,7 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -347,25 +364,26 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -374,76 +392,75 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -452,7 +469,7 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o ar: creating libfms.a a - ../oda_tools/xbt_drop_rate_adjust.o @@ -540,218 +557,220 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL on hera +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/modules.fv3 +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modules: - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 + 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.11 -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cplfields.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cap_cpl.F90 +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -906,49 +925,50 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +gmake -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Build standalone FV3 io ... -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/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_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o +$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.4_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.4_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 +ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o a - FV3GFS_io.o @@ -956,69 +976,70 @@ a - post_gfs.o a - post_nems_routines.o a - module_write_nemsio.o a - module_write_netcdf.o +a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1065,49 +1086,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1140,14 +1161,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1155,50 +1176,52 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; \ gmake nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 + 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.11 -build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -1207,204 +1230,204 @@ CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c ENS_CplComp_ESMFMod_STUB.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 21:57:39 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 21:57:39 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 21:57:39 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 21:57:39 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 21:57:39 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 21:57:39 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 21:57:39 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 21:57:39 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 21:57:39 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:37:46 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 21:57:39 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is -echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf +echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff -lnetcdf +extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff -lnetcdf +mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff -lnetcdf /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe" -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/fv3.exe" ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel FV3_MAKEOPT= NEMS_BUILDOPT= clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -+ elapsed=552 -+ echo 'Elapsed time 552 seconds. Compiling finished' -Elapsed time 552 seconds. Compiling finished -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include -+ cp -fp ./fv3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3.exe -+ cp -fp ./modules.fv3 /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules.fv3 +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' ++ elapsed=569 ++ echo 'Elapsed time 569 seconds. Compiling finished' +Elapsed time 569 seconds. Compiling finished ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/include ++ cp -fp ./fv3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3.exe ++ cp -fp ./modules.fv3 /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/include/modules.fv3 + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1413,10 +1436,10 @@ Elapsed time 552 seconds. Compiling finished + unset md5 + set -xe + set -xe -+ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3.exe -+ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3.exe ++ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3.exe ++ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3.exe _______________________________________________________________ -Start Epilog v19.07.23 on node h14c45 for job 2941879 :: Thu Jan 23 19:38:17 UTC 2020 -Job 2941879 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 +Start Epilog v19.07.23 on node h2c27 for job 3327443 :: Mon Feb 3 21:58:25 UTC 2020 +Job 3327443 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 _______________________________________________________________ -End Epilogue v19.07.23 Thu Jan 23 19:38:17 UTC 2020 +End Epilogue v19.07.23 Mon Feb 3 21:58:25 UTC 2020 diff --git a/log/report-hera.intel-log/build_fv3_32bit.exe.log b/log/report-hera.intel-log/build_fv3_32bit.exe.log index 50f34549f6..03310ce8d8 100644 --- a/log/report-hera.intel-log/build_fv3_32bit.exe.log +++ b/log/report-hera.intel-log/build_fv3_32bit.exe.log @@ -1,23 +1,23 @@ + [[ fv3_32bit.exe == fv3.exe ]] + [[ fv3_32bit.exe == fv3_32bit.exe ]] -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit.exe -+ modules=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules.fv3_32bit ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_32bit.exe ++ modules=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/include/modules.fv3_32bit + BUILD_NR= -+ fv3=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit.exe ++ fv3=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_32bit.exe + MAKE_OPTS=32BIT=Y -+ md5=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit.exe.md5 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/ -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules.fv3_32bit ++ md5=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_32bit.exe.md5 ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/ ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_32bit.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/include/modules.fv3_32bit + which aprun which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse) + [[ hera.intel == hera* ]] + echo 'DON'\''T SUBSTITUTE _ for . on hera.intel' DON'T SUBSTITUTE _ for . on hera.intel -+ ./compile.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 hera.intel 32BIT=Y ++ ./compile.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 hera.intel 32BIT=Y + SECONDS=0 + [[ 3 -lt 2 ]] -+ readonly PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ++ readonly PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ++ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 + readonly BUILD_TARGET=hera.intel + BUILD_TARGET=hera.intel + readonly MAKE_OPT=32BIT=Y @@ -29,7 +29,7 @@ DON'T SUBSTITUTE _ for . on hera.intel + readonly clean_after=YES + clean_after=YES + hostname -h19c04 +h24c03 + echo 'Compiling 32BIT=Y into fv3.exe on hera.intel' Compiling 32BIT=Y into fv3.exe on hera.intel + gnu_make=gmake @@ -44,7 +44,7 @@ Using $MAKE_THREADS=8 threads to build FV3 and FMS. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. Consider reducing $MAKE_THREADS if you hit memory or process limits. + gnu_make='gmake -j 8' -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../NEMS ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] + [[ 32BIT=Y == *\W\W\3\=\Y* ]] @@ -56,13 +56,13 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -73,203 +73,205 @@ 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/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3" -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3 -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems +set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/modules.fv3" ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/modules.fv3 +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y all Currently Loaded Modules: - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 + 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.11 -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -290,40 +292,40 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -332,14 +334,14 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -349,7 +351,7 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -359,26 +361,26 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -387,75 +389,75 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -464,7 +466,7 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o ar: creating libfms.a a - ../oda_tools/xbt_drop_rate_adjust.o @@ -552,218 +554,220 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Compiling 32BIT=Y into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall +mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +Compiling 32BIT=Y into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL on hera +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/modules.fv3 +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall Currently Loaded Modules: - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 + 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.11 -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cplfields.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cap_cpl.F90 +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -918,49 +922,50 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +gmake -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Build standalone FV3 io ... -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/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_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o +$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.4_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.4_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 +ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o a - FV3GFS_io.o @@ -968,69 +973,70 @@ a - post_gfs.o a - post_nems_routines.o a - module_write_nemsio.o a - module_write_netcdf.o +a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1077,49 +1083,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1152,14 +1158,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1167,50 +1173,52 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; \ gmake nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 + 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.11 -build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -1219,204 +1227,204 @@ CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c ENS_CplComp_ESMFMod_STUB.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:10:06 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:10:06 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:10:06 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:10:06 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:10:06 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:10:06 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:10:06 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:10:06 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:10:06 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:51:00 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:10:06 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is -echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf +echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff -lnetcdf +extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff -lnetcdf +mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff -lnetcdf /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe" -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/fv3.exe" ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -+ elapsed=575 -+ echo 'Elapsed time 575 seconds. Compiling 32BIT=Y finished' -Elapsed time 575 seconds. Compiling 32BIT=Y finished -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include -+ cp -fp ./fv3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit.exe -+ cp -fp ./modules.fv3 /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules.fv3_32bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' ++ elapsed=586 ++ echo 'Elapsed time 586 seconds. Compiling 32BIT=Y finished' +Elapsed time 586 seconds. Compiling 32BIT=Y finished ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/include ++ cp -fp ./fv3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_32bit.exe ++ cp -fp ./modules.fv3 /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/include/modules.fv3_32bit + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1425,10 +1433,10 @@ Elapsed time 575 seconds. Compiling 32BIT=Y finished + unset md5 + set -xe + set -xe -+ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit.exe -+ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit.exe ++ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_32bit.exe ++ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_32bit.exe _______________________________________________________________ -Start Epilog v19.07.23 on node h19c04 for job 2942321 :: Thu Jan 23 19:51:38 UTC 2020 -Job 2942321 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 +Start Epilog v19.07.23 on node h24c03 for job 3327924 :: Mon Feb 3 22:10:55 UTC 2020 +Job 3327924 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 _______________________________________________________________ -End Epilogue v19.07.23 Thu Jan 23 19:51:38 UTC 2020 +End Epilogue v19.07.23 Mon Feb 3 22:10:55 UTC 2020 diff --git a/log/report-hera.intel-log/build_fv3_32bit_debug.exe.log b/log/report-hera.intel-log/build_fv3_32bit_debug.exe.log index 050cf65895..d9767a5543 100644 --- a/log/report-hera.intel-log/build_fv3_32bit_debug.exe.log +++ b/log/report-hera.intel-log/build_fv3_32bit_debug.exe.log @@ -1,24 +1,24 @@ + [[ fv3_32bit_debug.exe == fv3.exe ]] + [[ fv3_32bit_debug.exe == fv3_32bit.exe ]] + [[ fv3_32bit_debug.exe == fv3_32bit_debug.exe ]] -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit_debug.exe -+ modules=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules.fv3_32bit_debug ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_32bit_debug.exe ++ modules=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/include/modules.fv3_32bit_debug + BUILD_NR= -+ fv3=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit_debug.exe ++ fv3=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_32bit_debug.exe + MAKE_OPTS=''\''32BIT=Y DEBUG=Y'\''' -+ md5=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit_debug.exe.md5 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/ -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit_debug.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules.fv3_32bit_debug ++ md5=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_32bit_debug.exe.md5 ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/ ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_32bit_debug.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/include/modules.fv3_32bit_debug + which aprun which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse) + [[ hera.intel == hera* ]] + echo 'DON'\''T SUBSTITUTE _ for . on hera.intel' DON'T SUBSTITUTE _ for . on hera.intel -+ ./compile.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 hera.intel '32BIT=Y DEBUG=Y' ++ ./compile.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 hera.intel '32BIT=Y DEBUG=Y' + SECONDS=0 + [[ 3 -lt 2 ]] -+ readonly PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ++ readonly PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ++ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 + readonly BUILD_TARGET=hera.intel + BUILD_TARGET=hera.intel + readonly 'MAKE_OPT=32BIT=Y DEBUG=Y' @@ -30,7 +30,7 @@ DON'T SUBSTITUTE _ for . on hera.intel + readonly clean_after=YES + clean_after=YES + hostname -h18c36 +h25c48 + echo 'Compiling 32BIT=Y DEBUG=Y into fv3.exe on hera.intel' Compiling 32BIT=Y DEBUG=Y into fv3.exe on hera.intel + gnu_make=gmake @@ -45,7 +45,7 @@ Using $MAKE_THREADS=8 threads to build FV3 and FMS. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. Consider reducing $MAKE_THREADS if you hit memory or process limits. + gnu_make='gmake -j 8' -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../NEMS ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ 32BIT=Y DEBUG=Y == *\C\C\P\P\=\Y* ]] + [[ 32BIT=Y DEBUG=Y == *\W\W\3\=\Y* ]] @@ -57,13 +57,13 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel 'FV3_MAKEOPT=32BIT=Y DEBUG=Y' NEMS_BUILDOPT=DEBUG=Y distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y DEBUG=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -74,203 +74,205 @@ 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/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel 'FV3_MAKEOPT=32BIT=Y DEBUG=Y' NEMS_BUILDOPT=DEBUG=Y build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3" -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/modules.fv3 -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems +set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/modules.fv3" ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/modules.fv3 +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y DEBUG=Y all Currently Loaded Modules: - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 + 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.11 -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -279,52 +281,52 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -333,14 +335,14 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -350,7 +352,7 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -360,84 +362,84 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -446,22 +448,22 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -553,218 +555,220 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Compiling 32BIT=Y DEBUG=Y into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y DEBUG=Y nemsinstall +mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +Compiling 32BIT=Y DEBUG=Y into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL on hera +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/modules.fv3 +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y DEBUG=Y nemsinstall Currently Loaded Modules: - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 + 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.11 -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cplfields.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cap_cpl.F90 +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -919,49 +923,50 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +gmake -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Build standalone FV3 io ... -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/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_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o +$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.4_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.4_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 +ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o a - FV3GFS_io.o @@ -969,69 +974,70 @@ a - post_gfs.o a - post_nems_routines.o a - module_write_nemsio.o a - module_write_netcdf.o +a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1078,49 +1084,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1153,14 +1159,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1168,50 +1174,52 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +gmake esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; \ gmake nems DEBUG=Y \ COMPONENTS="FMS FV3" \ - FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 + 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.11 -build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -1220,204 +1228,204 @@ CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c ENS_CplComp_ESMFMod_STUB.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:27:36 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:27:36 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:27:36 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:27:36 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:27:36 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:27:36 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:27:36 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:27:36 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:27:36 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 19:55:07 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:27:36 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is -echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf +echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff -lnetcdf +extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff -lnetcdf +mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff -lnetcdf /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe" -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/fv3.exe +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +set -xe ; cp "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/fv3.exe" ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel 'FV3_MAKEOPT=32BIT=Y DEBUG=Y' NEMS_BUILDOPT=DEBUG=Y clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y DEBUG=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -+ elapsed=176 -+ echo 'Elapsed time 176 seconds. Compiling 32BIT=Y DEBUG=Y finished' -Elapsed time 176 seconds. Compiling 32BIT=Y DEBUG=Y finished -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include -+ cp -fp ./fv3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit_debug.exe -+ cp -fp ./modules.fv3 /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules.fv3_32bit_debug +gmake[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' ++ elapsed=172 ++ echo 'Elapsed time 172 seconds. Compiling 32BIT=Y DEBUG=Y finished' +Elapsed time 172 seconds. Compiling 32BIT=Y DEBUG=Y finished ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/include ++ cp -fp ./fv3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_32bit_debug.exe ++ cp -fp ./modules.fv3 /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/include/modules.fv3_32bit_debug + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1426,10 +1434,10 @@ Elapsed time 176 seconds. Compiling 32BIT=Y DEBUG=Y finished + unset md5 + set -xe + set -xe -+ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit_debug.exe -+ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_32bit_debug.exe ++ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_32bit_debug.exe ++ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_32bit_debug.exe _______________________________________________________________ -Start Epilog v19.07.23 on node h18c36 for job 2942898 :: Thu Jan 23 19:56:21 UTC 2020 -Job 2942898 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 +Start Epilog v19.07.23 on node h25c48 for job 3328482 :: Mon Feb 3 22:28:42 UTC 2020 +Job 3328482 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 _______________________________________________________________ -End Epilogue v19.07.23 Thu Jan 23 19:56:21 UTC 2020 +End Epilogue v19.07.23 Mon Feb 3 22:28:42 UTC 2020 diff --git a/log/report-hera.intel-log/build_fv3_appbuilder.exe.log b/log/report-hera.intel-log/build_fv3_appbuilder.exe.log index 7d92de0a69..c431b95ddb 100644 --- a/log/report-hera.intel-log/build_fv3_appbuilder.exe.log +++ b/log/report-hera.intel-log/build_fv3_appbuilder.exe.log @@ -3,396 +3,398 @@ + [[ fv3_appbuilder.exe == fv3_32bit_debug.exe ]] + [[ fv3_appbuilder.exe == fv3_ww3.exe ]] + [[ fv3_appbuilder.exe == fv3_appbuilder.exe ]] -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_appbuilder.exe -+ md5sum=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_appbuilder.exe.md5 ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_appbuilder.exe ++ md5sum=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_appbuilder.exe.md5 + OPTS=app=standaloneFV3 -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_appbuilder.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules_appbuilder.fv3 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/include ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_appbuilder.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/include/modules_appbuilder.fv3 ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model + which aprun which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse) + ./NEMS/NEMSAppBuilder rebuild app=standaloneFV3 ls: cannot access ../conf/component_*.mk: No such file or directory NEMSAppBuilder: make app=standaloneFV3 distclean -Convert /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder -...into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/standaloneFV3.appBuilder +...into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/standaloneFV3.appBuilder.mk +Include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/standaloneFV3.appBuilder.mk +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec make -f makefile.temp.clean clean -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec make \ +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test_results.mk NEMSAppBuilder: make app=standaloneFV3 build -Convert /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder -...into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/standaloneFV3.appBuilder +...into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/standaloneFV3.appBuilder.mk +Include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/standaloneFV3.appBuilder.mk +echo 'FMS FV3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +make -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec make all Currently Loaded Modules: - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 + 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.11 -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o ar: creating libfms.a a - ../oda_tools/xbt_drop_rate_adjust.o @@ -480,218 +482,220 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL on hera +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/modules.fv3 +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modules: - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 + 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.11 -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Building dependencies ... -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +make -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cplfields.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cap_cpl.F90 +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +make -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -846,49 +850,50 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +make -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +make -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Build standalone FV3 io ... -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/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_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o +$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.4_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.4_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 +ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o a - FV3GFS_io.o @@ -896,69 +901,70 @@ a - post_gfs.o a - post_nems_routines.o a - module_write_nemsio.o a - module_write_netcdf.o +a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1005,49 +1011,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1080,14 +1086,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c fv3_cap.F90 +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +make libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1095,50 +1101,52 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +make esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; \ make nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 + 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.11 -build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -1147,77 +1155,77 @@ CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c ENS_CplComp_ESMFMod_STUB.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 23:06:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 23:06:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 23:06:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 23:06:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 23:06:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 23:06:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 23:06:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 23:06:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 23:06:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:33:19 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 23:06:13 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is -echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf +echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff -lnetcdf +extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff -lnetcdf +mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff -lnetcdf /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src -+ cp -fp ../exe/NEMS.x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_appbuilder.exe -+ cp -fp conf/modules.nems /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules_appbuilder.fv3 -+ md5sum /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_appbuilder.exe +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ++ cp -fp ../exe/NEMS.x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_appbuilder.exe ++ cp -fp conf/modules.nems /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/include/modules_appbuilder.fv3 ++ md5sum /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_appbuilder.exe + unset md5sum + unset OPTS + set -xe + set -xe -+ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_appbuilder.exe -+ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_appbuilder.exe ++ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_appbuilder.exe ++ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_appbuilder.exe _______________________________________________________________ -Start Epilog v19.07.23 on node h19c22 for job 2943701 :: Thu Jan 23 20:33:59 UTC 2020 -Job 2943701 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 +Start Epilog v19.07.23 on node h21c16 for job 3329238 :: Mon Feb 3 23:07:24 UTC 2020 +Job 3329238 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 _______________________________________________________________ -End Epilogue v19.07.23 Thu Jan 23 20:33:59 UTC 2020 +End Epilogue v19.07.23 Mon Feb 3 23:07:24 UTC 2020 diff --git a/log/report-hera.intel-log/build_fv3_ww3.exe.log b/log/report-hera.intel-log/build_fv3_ww3.exe.log index 7635268cf4..1c676fba00 100644 --- a/log/report-hera.intel-log/build_fv3_ww3.exe.log +++ b/log/report-hera.intel-log/build_fv3_ww3.exe.log @@ -2,27 +2,27 @@ + [[ fv3_ww3.exe == fv3_32bit.exe ]] + [[ fv3_ww3.exe == fv3_32bit_debug.exe ]] + [[ fv3_ww3.exe == fv3_ww3.exe ]] -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_ww3.exe -+ md5sum=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_ww3.exe.md5 ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_ww3.exe ++ md5sum=/scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_ww3.exe.md5 + OPTS=app=coupledFV3_WW3 -+ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include -+ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_ww3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules_fv3_ww3 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model ++ mkdir -p /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/include ++ rm -f /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_ww3.exe /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/include/modules_fv3_ww3 ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model + which aprun which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse) + ./NEMS/NEMSAppBuilder rebuild app=coupledFV3_WW3 ls: cannot access ../conf/component_*.mk: No such file or directory NEMSAppBuilder: make app=coupledFV3_WW3 distclean -Convert /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder -...into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -Include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -echo 'FMS FV3 WW3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/coupledFV3_WW3.appBuilder +...into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +Include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +echo 'FMS FV3 WW3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec make -f makefile.temp.clean clean -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -33,439 +33,443 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; exec make \ +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model" COMP_BINDIR="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/configure.fv3 \ + /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model" COMP_BINDIR="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ export ESMFMKFILE=/dev/null ; \ exec make distclean Currently Loaded Modules: - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 + 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.11 -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' -\rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_clean -c +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/esmf' +\rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_clean -c ***************************** *** WAVEWATCH III clean *** ***************************** - Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp - Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin - Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn - Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/aux - Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod - Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB - Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_SEQ - Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj - Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj_HYB - Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj_SEQ - Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp - Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin - Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/exe - Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/../regtests -\rm -fr /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp -\rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/wwatch3.env -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' -cd "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model" ; \ + Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp + Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin + Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn + Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/aux + Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod + Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB + Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_SEQ + Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/obj + Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/obj_HYB + Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/obj_SEQ + Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp + Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin + Remove /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/exe + Clean up /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/../regtests +\rm -fr /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp +\rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/wwatch3.env +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/esmf' +cd "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model" ; \ rm -rf exe mod* obj* tmp ftn/makefile ftn/makefile_DIST \ ftn/makefile_SHRD esmf/wwatch3.env aux/makefile \ bin/link bin/comp ; \ find . -name '*.o' -o -name '*.mod' -o -name '*.a' \ | xargs rm -f -rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +rm -rf /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +if ! test -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3 WW3" \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3 WW3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: WW3 FV3 FMS WW3: include -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' GNUmakefile:70: : component WW3 makefile fragment is missing -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test_results.mk NEMSAppBuilder: make app=coupledFV3_WW3 build -Convert /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder -...into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -Include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -echo 'FMS FV3 WW3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/coupledFV3_WW3.appBuilder +...into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +Include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +echo 'FMS FV3 WW3' > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/conf/configure.fv3.hera.intel /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/externals.nems +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +make -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS' -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs ; \ +) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS' +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs ; \ exec make all Currently Loaded Modules: - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 + 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.11 -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o ar: creating libfms.a a - ../oda_tools/xbt_drop_rate_adjust.o @@ -553,218 +557,220 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/fv3gfs' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/fv3gfs' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL on hera +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3"/conf/modules.fv3 +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modules: - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 + 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.11 -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' Building dependencies ... -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +make -C cpl FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cplfields.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_cap_cpl.F90 +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl' +make -C gfsphysics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -919,49 +925,50 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics' +make -C ipd FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd' +make -C io FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' Build standalone FV3 io ... -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include] -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/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_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o +$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.4_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.4_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 +ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o a - FV3GFS_io.o @@ -969,69 +976,70 @@ a - post_gfs.o a - post_nems_routines.o a - module_write_nemsio.o a - module_write_netcdf.o +a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1078,49 +1086,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1153,14 +1161,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c fv3_cap.F90 +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/stochastic_physics' +make libfv3cap.a FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-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/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1168,53 +1176,55 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +make esmf_make_fragment FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +Installation into "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3' -test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model" COMP_BINDIR="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3' +test -d /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model" COMP_BINDIR="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ exec make -j 1 WW3_COMP="hera" ww3_nems Currently Loaded Modules: - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 + 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.11 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf -+ export COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL WW3_COMP=hera -+ COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -+ COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/esmf ++ export COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL WW3_COMP=hera ++ COMP_SRCDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model ++ COMP_BINDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL + WW3_COMP=hera + exec make -j 1 WW3_COMP=hera ww3_nems -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/esmf' ***************************** *** WAVEWATCH III setup *** ***************************** -[INFO] local env file wwatch3.env found in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/wwatch3.env - Setup file /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/wwatch3.env found +[INFO] local env file wwatch3.env found in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/wwatch3.env + Setup file /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/wwatch3.env found Printer (listings) : auxiliary FORTRAN compiler : gfortran auxiliary C compiler : gcc - Source directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model - Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp + Source directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model + Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source code : yes Save listings : yes @@ -1222,31 +1232,31 @@ make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/uf Compile auxiliary programs -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/aux' -gfortran -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3adc w3adc.f -gfortran -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3list w3list.f -gfortran -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3prnt w3prnt.f -gfortran -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3split w3split.f -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/aux' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/aux' +gfortran -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3adc w3adc.f +gfortran -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3list w3list.f +gfortran -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3prnt w3prnt.f +gfortran -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3split w3split.f +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/aux' Setup comp & link files - sed /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/comp.tmpl => /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/comp - sed /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/link.tmpl => /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/link + sed /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/comp.tmpl => /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/comp + sed /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/link.tmpl => /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/link Create required model subdirectories Finished setting up WAVEWATCH III -\rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/tempswitch -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_grid +\rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/tempswitch +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_grid ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1258,47 +1268,47 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/switch +switch = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/switch Checking all subroutines for modules (this may take a while) ... Processing ww3_grid --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing constants ad3 : processing w3servmd -ad3 : processing w3gsrumd ad3 : processing w3arrymd +ad3 : processing w3gsrumd ad3 : processing w3gdatmd -ad3 : processing w3odatmd ad3 : processing w3idatmd -ad3 : processing w3timemd +ad3 : processing w3odatmd +ad3 : processing w3nmlgridmd ad3 : processing w3adatmd +ad3 : processing w3timemd ad3 : processing w3dispmd -ad3 : processing w3nmlgridmd ad3 : processing wmmdatmd ad3 : processing w3src4md +ad3 : processing w3triamd ad3 : processing w3snl1md ad3 : processing w3parall -ad3 : processing w3triamd ad3 : processing w3wdatmd ad3 : processing w3iogrmd ad3 : processing ww3_grid Linking ww3_grid -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_outf +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_outf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1307,27 +1317,27 @@ Shared Object : No Processing ww3_outf --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3iogomd +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing w3sdb1md ad3 : processing w3sbt1md +ad3 : processing w3iogomd ad3 : processing ww3_outf Linking ww3_outf -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_outp +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_outp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1336,28 +1346,28 @@ Shared Object : No Processing ww3_outp --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing w3bullmd -ad3 : processing w3iopomd ad3 : processing w3partmd ad3 : processing w3flx1md +ad3 : processing w3iopomd ad3 : processing ww3_outp Linking ww3_outp -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_prep +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_prep ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1366,25 +1376,25 @@ Shared Object : No Processing ww3_prep --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing w3fldsmd ad3 : processing ww3_prep Linking ww3_prep -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_gint +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_gint ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1393,108 +1403,111 @@ Shared Object : No Processing ww3_gint --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_gint Linking ww3_gint -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_prnc +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_prnc ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_prnc +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Processing ww3_prnc --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing w3nmlprncmd ad3 : processing ww3_prnc Linking ww3_prnc -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_ounf +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_ounf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_ounf +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Processing ww3_ounf --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing w3iorsmd ad3 : processing w3nmlounfmd ad3 : processing w3initmd ad3 : processing ww3_ounf Linking ww3_ounf -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_ounp +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_ounp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_ounp +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Processing ww3_ounp --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing w3nmlounpmd ad3 : processing ww3_ounp Linking ww3_ounp -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -\rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/tempswitch -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_grib +\rm -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/tempswitch +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_grib ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1506,49 +1519,50 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/switch +switch = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/switch new GRIB package Checking all subroutines for modules (this may take a while) ... Processing ww3_grib --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_grib Linking ww3_grib -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_multi_esmf +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_multi_esmf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_multi_esmf +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Making makefile ... ***************************** *** WAVEWATCH III makefile *** ***************************** -switch = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/switch +switch = /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/switch new shared / distributed memory new message passing protocol Checking all subroutines for modules (this may take a while) ... Processing ww3_multi_esmf --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing constants ad3 : processing scrip_kindsmod [no w3adc] ad3 : processing w3uqckmd @@ -1559,19 +1573,19 @@ ad3 : processing w3servmd ad3 : processing scrip_errormod [no w3adc] ad3 : processing scrip_netcdfmod [no w3adc] ad3 : processing scrip_grids [no w3adc] +ad3 : processing w3cspcmd ad3 : processing w3arrymd ad3 : processing w3gsrumd -ad3 : processing w3cspcmd 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_conservative [no w3adc] ad3 : processing scrip_remap_read [no w3adc] ad3 : processing scrip_interface ad3 : processing w3gdatmd -ad3 : processing w3odatmd ad3 : processing wmscrpmd ad3 : processing w3idatmd +ad3 : processing w3odatmd ad3 : processing w3sbt1md ad3 : processing w3dispmd ad3 : processing w3timemd @@ -1584,9 +1598,9 @@ ad3 : processing w3flx1md ad3 : processing w3partmd ad3 : processing w3nmlmultimd ad3 : processing wmfinlmd -ad3 : processing w3triamd ad3 : processing w3snl1md ad3 : processing w3parall +ad3 : processing w3triamd ad3 : processing w3wdatmd ad3 : processing w3iogrmd ad3 : processing w3iogomd @@ -1670,75 +1684,78 @@ a - wmscrpmd.o a - scrip_netcdfmod.o a - scrip_remap_write.o a - scrip_remap_read.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/bin/w3_make ww3_multi +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make ww3_multi ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model -Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/tmp +Main directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model +Scratch directory : /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_multi +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Processing ww3_multi --------------------- -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_multi Linking ww3_multi -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf' -mkdir -p /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL -cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/nuopc.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/. -test -d "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL" +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/esmf' +mkdir -p /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL +cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/nuopc.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL/. +test -d "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL" ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; echo ww3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; echo ww3_mk="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; do \ +for m in /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; \ -cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; \ +cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ; \ make nems \ COMPONENTS="FMS FV3 WW3" \ - FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL WW3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL WW3_DIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL TARGET="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) modules.nems - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 + 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems + 7) nemsio/2.2.4 15) png/1.2.44 + 8) sp/2.0.3 16) z/1.2.11 -build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +build NEMS after /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk Components in linker order: WW3 FV3 FMS -WW3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +WW3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +FV3: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -1747,77 +1764,77 @@ CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -c ENS_CplComp_ESMFMod_STUB.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:50:10 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:50:10 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:50:10 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:50:10 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:50:10 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:50:10 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:50:10 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:50:10 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:50:10 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Thu Jan 23 20:17:35 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=023' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/apps/netcdf/4.7.0/intel/18.0.5.274/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include -I/apps/netcdf/4.6.1/intel/16.1.150/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Mon Feb 3 22:50:10 UTC 2020 r8248a782d719 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=034' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/mod_HYB -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3 -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/io -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/gfsphysics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/cpl -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/ipd -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/../stochastic_physics -I/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is -echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf -mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/obj_HYB/libww3_multi_esmf.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/apps/netcdf/4.7.0/intel/18.0.5.274/lib -lnetcdff -lnetcdf +echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff -lnetcdf +extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff -lnetcdf +mpiifort -o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/obj_HYB/libww3_multi_esmf.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff -lnetcdf /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src' -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src -+ cp -fp ../exe/NEMS.x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_ww3.exe -+ cp -fp conf/modules.nems /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/include/modules_fv3_ww3 -+ md5sum /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_ww3.exe +/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src' ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src ++ cp -fp ../exe/NEMS.x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_ww3.exe ++ cp -fp conf/modules.nems /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/include/modules_fv3_ww3 ++ md5sum /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_ww3.exe + unset md5sum + unset OPTS + set -xe + set -xe -+ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_ww3.exe -+ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_ww3.exe ++ test -s /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_ww3.exe ++ test -x /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_ww3.exe _______________________________________________________________ -Start Epilog v19.07.23 on node h3c24 for job 2943018 :: Thu Jan 23 20:18:25 UTC 2020 -Job 2943018 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 +Start Epilog v19.07.23 on node h3c27 for job 3328772 :: Mon Feb 3 22:50:56 UTC 2020 +Job 3328772 (not serial) finished for user Dusan.Jovic in partition hera with exit code 0:0 _______________________________________________________________ -End Epilogue v19.07.23 Thu Jan 23 20:18:25 UTC 2020 +End Epilogue v19.07.23 Mon Feb 3 22:50:56 UTC 2020 diff --git a/log/report-hera.intel-log/rtreport.txt b/log/report-hera.intel-log/rtreport.txt index b7472f5203..7a64dcc1f7 100755 --- a/log/report-hera.intel-log/rtreport.txt +++ b/log/report-hera.intel-log/rtreport.txt @@ -1,29 +1,28 @@ Run rocotostat... Generate report... -WORKFLOW STARTED AT Thu Jan 23 19:28:54 2020 (+1579807734) +WORKFLOW STARTED AT Mon Feb 3 21:48:50 2020 (+1580766530) Repository information: REPO TOP: -gfsv16_netcdf_post_ficein_cpl 56407bb [origin/gfsv16_netcdf_post_ficein_cpl] Update FV3 submodule. Temporarily disable ccpp tests -Fetch URL: https://github.com/DusanJovic-NOAA/ufs-weather-model - M compsets/hera.input +PR43 d13dcf9 Update baselines to develop-20200202 +Fetch URL: https://github.com/ufs-community/ufs-weather-model M log/report-hera.intel-log/build_fv3.exe.log M log/report-hera.intel-log/build_fv3_32bit.exe.log M log/report-hera.intel-log/build_fv3_32bit_debug.exe.log M log/report-hera.intel-log/build_fv3_appbuilder.exe.log M log/report-hera.intel-log/build_fv3_ww3.exe.log M log/report-hera.intel-log/rtreport.txt - M tests/Compile_hera.intel.log - M tests/RegressionTests_hera.intel.log +M tests/Compile_hera.intel.log +M tests/RegressionTests_hera.intel.log Entering 'FMS' (HEAD detached at 708b8d5) 708b8d5 Merge pull request #223 from underwoo/set.release.number Fetch URL: https://github.com/NOAA-GFDL/FMS Entering 'FV3' -(HEAD detached at 89f06ff) 89f06ff Change ice falling to 0.9 in gfsphysics/physics/gfdl_cloud_microphys.F90 -Fetch URL: https://github.com/DusanJovic-NOAA/fv3atm +(HEAD detached at 715f1ae) 715f1ae fix stub interface in module_write_netcdf_parallel.F90 for cmake build +Fetch URL: https://github.com/junwang-noaa/fv3atm Entering 'NEMS' (HEAD detached at 8248a78) 8248a78 Change acc# on WCOSS to GFS-DEV (#17) @@ -45,8 +44,8 @@ BUILD fv3_ww3.exe: SUCCEEDED BUILD fv3_appbuilder.exe: SUCCEEDED TEST #1: PASS - Test fv3_wrtGauss_nemsio starting at Thu Jan 23 19:39:49 UTC 2020 (Compare FV3 Gaussian grid nemsio output results with previous trunk version) - Thu Jan 23 19:39:49 UTC 2020 + Test fv3_wrtGauss_nemsio starting at Mon Feb 3 21:59:43 UTC 2020 (Compare FV3 Gaussian grid nemsio output results with previous trunk version) + Mon Feb 3 21:59:43 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -91,13 +90,13 @@ TEST #1: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:40:58 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:00:59 UTC 2020 TEST #2: PASS - Test fv3_lheatstrg starting at Thu Jan 23 19:40:06 UTC 2020 (Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version) - Thu Jan 23 19:40:06 UTC 2020 + Test fv3_lheatstrg starting at Mon Feb 3 21:59:37 UTC 2020 (Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version) + Mon Feb 3 21:59:37 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -142,13 +141,13 @@ TEST #2: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:41:14 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:00:50 UTC 2020 TEST #3: PASS - Test fv3_iau starting at Thu Jan 23 19:40:12 UTC 2020 (Compare FV3 IAU results with previous trunk version) - Thu Jan 23 19:40:12 UTC 2020 + Test fv3_iau starting at Mon Feb 3 21:59:40 UTC 2020 (Compare FV3 IAU results with previous trunk version) + Mon Feb 3 21:59:40 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -213,13 +212,13 @@ TEST #3: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:41:25 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:00:49 UTC 2020 TEST #4: PASS - Test fv3_stretched_nest_quilt starting at Thu Jan 23 19:53:09 UTC 2020 (Stretched grid with nest using quilting; compare against previous baseline) - Thu Jan 23 19:53:09 UTC 2020 + Test fv3_stretched_nest_quilt starting at Mon Feb 3 22:24:05 UTC 2020 (Stretched grid with nest using quilting; compare against previous baseline) + Mon Feb 3 22:24:05 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -279,11 +278,11 @@ TEST #4: PASS RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical RESTART/sfc_data.nest02.tile7.nc: bit-for-bit identical - TEST PASSED AT Thu Jan 23 19:57:39 UTC 2020 + TEST PASSED AT Mon Feb 3 22:28:37 UTC 2020 TEST #5: PASS - Test fv3_stretched_nest starting at Thu Jan 23 19:53:09 UTC 2020 (Stretched grid with nest; compare against previous baseline) - Thu Jan 23 19:53:09 UTC 2020 + Test fv3_stretched_nest starting at Mon Feb 3 22:25:29 UTC 2020 (Stretched grid with nest; compare against previous baseline) + Mon Feb 3 22:25:29 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -345,11 +344,11 @@ TEST #5: PASS RESTART/fv_tracer.res.nest02.tile7.nc: bit-for-bit identical RESTART/phy_data.nest02.tile7.nc: bit-for-bit identical RESTART/sfc_data.nest02.tile7.nc: bit-for-bit identical - TEST PASSED AT Thu Jan 23 19:58:10 UTC 2020 + TEST PASSED AT Mon Feb 3 22:30:33 UTC 2020 TEST #6: PASS - Test fv3_csawmgshoc starting at Thu Jan 23 19:40:12 UTC 2020 (Compare FV3 with CSAW MG2 and SHOC results with previous trunk version) - Thu Jan 23 19:40:12 UTC 2020 + Test fv3_csawmgshoc starting at Mon Feb 3 21:59:40 UTC 2020 (Compare FV3 with CSAW MG2 and SHOC results with previous trunk version) + Mon Feb 3 21:59:40 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -394,21 +393,21 @@ TEST #6: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:42:48 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:02:06 UTC 2020 TEST #7: PASS - Test fv3_regional_control starting at Thu Jan 23 19:53:09 UTC 2020 (Compare FV3 regional control results with previous trunk version) - Thu Jan 23 19:53:09 UTC 2020 + Test fv3_regional_control starting at Mon Feb 3 22:23:17 UTC 2020 (Compare FV3 regional control results with previous trunk version) + Mon Feb 3 22:23:17 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Thu Jan 23 19:59:22 UTC 2020 + TEST PASSED AT Mon Feb 3 22:29:35 UTC 2020 TEST #8: PASS - Test fv3_wrtGauss_netcdf starting at Thu Jan 23 19:40:41 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) - Thu Jan 23 19:40:41 UTC 2020 + Test fv3_wrtGauss_netcdf starting at Mon Feb 3 21:59:53 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) + Mon Feb 3 21:59:53 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -453,13 +452,13 @@ TEST #8: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:41:57 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:01:07 UTC 2020 TEST #9: PASS - Test fv3_thompson starting at Thu Jan 23 19:40:41 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Thu Jan 23 19:40:41 UTC 2020 + Test fv3_thompson starting at Mon Feb 3 21:59:53 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Mon Feb 3 21:59:53 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -524,19 +523,19 @@ TEST #9: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:45:22 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:04:21 UTC 2020 TEST #10: PASS - Test fv3_control_debug starting at Thu Jan 23 19:56:51 UTC 2020 (Compare FV3 control/debug results with previous trunk version) - Thu Jan 23 19:56:52 UTC 2020 + Test fv3_control_debug starting at Mon Feb 3 22:29:50 UTC 2020 (Compare FV3 control/debug results with previous trunk version) + Mon Feb 3 22:29:50 UTC 2020 global_o3prdlos.f77: bit-for-bit identical - TEST PASSED AT Thu Jan 23 19:59:14 UTC 2020 + TEST PASSED AT Mon Feb 3 22:32:04 UTC 2020 TEST #11: PASS - Test fv3_gfdlmprad_gwd starting at Thu Jan 23 19:40:42 UTC 2020 (Compare FV3 GFDL radiation interaction option and gravity wve drag results with previous trunk version) - Thu Jan 23 19:40:42 UTC 2020 + Test fv3_gfdlmprad_gwd starting at Mon Feb 3 21:59:53 UTC 2020 (Compare FV3 GFDL radiation interaction option and gravity wve drag results with previous trunk version) + Mon Feb 3 21:59:53 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -581,13 +580,13 @@ TEST #11: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:42:06 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:01:15 UTC 2020 TEST #12: PASS - Test fv3_stochy starting at Thu Jan 23 19:40:48 UTC 2020 (Compare FV3 stochy results with previous trunk version) - Thu Jan 23 19:40:48 UTC 2020 + Test fv3_stochy starting at Mon Feb 3 21:59:53 UTC 2020 (Compare FV3 stochy results with previous trunk version) + Mon Feb 3 21:59:53 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -652,21 +651,21 @@ TEST #12: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:42:07 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:01:21 UTC 2020 TEST #13: PASS - Test fv3_regional_c768 starting at Thu Jan 23 19:53:06 UTC 2020 (Compare FV3 regional c768 results with previous trunk version) - Thu Jan 23 19:53:06 UTC 2020 + Test fv3_regional_c768 starting at Mon Feb 3 22:24:05 UTC 2020 (Compare FV3 regional c768 results with previous trunk version) + Mon Feb 3 22:24:05 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Thu Jan 23 20:04:19 UTC 2020 + TEST PASSED AT Mon Feb 3 22:35:13 UTC 2020 TEST #14: PASS - Test fv3_gfdlmprad starting at Thu Jan 23 20:19:07 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with WW3 results with previous trunk version) - Thu Jan 23 20:19:07 UTC 2020 + Test fv3_gfdlmprad starting at Mon Feb 3 22:51:59 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with WW3 results with previous trunk version) + Mon Feb 3 22:51:59 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -711,14 +710,14 @@ TEST #14: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical out_grd.glo_30m: bit-for-bit identical Executable did not change during test suite: - File: /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_ww3.exe - Expected md5sum: 8cc58a22258359f89048ec2cdbfb6dd6 - Actual md5sum: 8cc58a22258359f89048ec2cdbfb6dd6 - TEST PASSED AT Thu Jan 23 20:22:56 UTC 2020 + File: /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_ww3.exe + Expected md5sum: f17487d1ca3facbbae3c646d56a2cae1 + Actual md5sum: f17487d1ca3facbbae3c646d56a2cae1 + TEST PASSED AT Mon Feb 3 22:55:51 UTC 2020 TEST #15: PASS - Test fv3_appbuilder starting at Thu Jan 23 20:39:11 UTC 2020 (Compare FV3 with the NEMSAppBuilder against the previous trunk version) - Thu Jan 23 20:39:11 UTC 2020 + Test fv3_appbuilder starting at Mon Feb 3 23:19:35 UTC 2020 (Compare FV3 with the NEMSAppBuilder against the previous trunk version) + Mon Feb 3 23:19:35 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -782,14 +781,14 @@ TEST #15: PASS RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: - File: /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_appbuilder.exe - Expected md5sum: 9fbcb6afc9f9a60ed8f87be89a30edbb - Actual md5sum: 9fbcb6afc9f9a60ed8f87be89a30edbb - TEST PASSED AT Thu Jan 23 20:40:31 UTC 2020 + File: /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_appbuilder.exe + Expected md5sum: feaab5c19b3fe87e50998ea651359a4f + Actual md5sum: feaab5c19b3fe87e50998ea651359a4f + TEST PASSED AT Mon Feb 3 23:21:05 UTC 2020 TEST #16: PASS - Test fv3_restart starting at Thu Jan 23 19:40:46 UTC 2020 (Compare FV3 restart results with previous trunk version) - Thu Jan 23 19:40:46 UTC 2020 + Test fv3_restart starting at Mon Feb 3 21:59:53 UTC 2020 (Compare FV3 restart results with previous trunk version) + Mon Feb 3 21:59:53 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -854,21 +853,21 @@ TEST #16: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:41:56 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:01:02 UTC 2020 TEST #17: PASS - Test fv3_regional_restart starting at Thu Jan 23 20:01:31 UTC 2020 (Compare FV3 regional restart results with previous trunk version) - Thu Jan 23 20:01:31 UTC 2020 + Test fv3_regional_restart starting at Mon Feb 3 22:29:50 UTC 2020 (Compare FV3 regional restart results with previous trunk version) + Mon Feb 3 22:29:50 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Thu Jan 23 20:04:47 UTC 2020 + TEST PASSED AT Mon Feb 3 22:33:04 UTC 2020 TEST #18: PASS - Test fv3_decomp starting at Thu Jan 23 19:41:04 UTC 2020 (Compare FV3 decomp results with previous trunk version) - Thu Jan 23 19:41:04 UTC 2020 + Test fv3_decomp starting at Mon Feb 3 21:59:57 UTC 2020 (Compare FV3 decomp results with previous trunk version) + Mon Feb 3 21:59:57 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -933,23 +932,23 @@ TEST #18: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:42:21 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:01:11 UTC 2020 TEST #19: PASS - Test fv3_regional_quilt starting at Thu Jan 23 19:53:14 UTC 2020 (Compare FV3 regional quilt results with previous trunk version) - Thu Jan 23 19:53:14 UTC 2020 + Test fv3_regional_quilt starting at Mon Feb 3 22:25:26 UTC 2020 (Compare FV3 regional quilt results with previous trunk version) + Mon Feb 3 22:25:26 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical dynf000.nc: bit-for-bit identical dynf024.nc: bit-for-bit identical phyf000.nc: bit-for-bit identical phyf024.nc: bit-for-bit identical - TEST PASSED AT Thu Jan 23 19:59:43 UTC 2020 + TEST PASSED AT Mon Feb 3 22:31:55 UTC 2020 TEST #20: PASS - Test fv3_wrtGauss_nemsio_c768 starting at Thu Jan 23 20:40:16 UTC 2020 (Compare c768 FV3-WW3 Gaussian grid nemsio output results with previous trunk version) - Thu Jan 23 20:40:16 UTC 2020 + Test fv3_wrtGauss_nemsio_c768 starting at Mon Feb 3 22:52:59 UTC 2020 (Compare c768 FV3-WW3 Gaussian grid nemsio output results with previous trunk version) + Mon Feb 3 22:52:59 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -994,14 +993,14 @@ TEST #20: PASS out_grd.ant_9km: bit-for-bit identical out_grd.aoc_9km: bit-for-bit identical Executable did not change during test suite: - File: /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.374974/exec/fv3_ww3.exe - Expected md5sum: 8cc58a22258359f89048ec2cdbfb6dd6 - Actual md5sum: 8cc58a22258359f89048ec2cdbfb6dd6 - TEST PASSED AT Thu Jan 23 21:06:59 UTC 2020 + File: /scratch1/NCEPDEV/stmp2/Dusan.Jovic/scrub/rtgen.435843/exec/fv3_ww3.exe + Expected md5sum: f17487d1ca3facbbae3c646d56a2cae1 + Actual md5sum: f17487d1ca3facbbae3c646d56a2cae1 + TEST PASSED AT Mon Feb 3 23:19:22 UTC 2020 TEST #21: PASS - Test fv3_control_32bit starting at Thu Jan 23 19:53:06 UTC 2020 (Compare FV3 32bit compile results with previous trunk version) - Thu Jan 23 19:53:06 UTC 2020 + Test fv3_control_32bit starting at Mon Feb 3 22:16:32 UTC 2020 (Compare FV3 32bit compile results with previous trunk version) + Mon Feb 3 22:16:32 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1064,11 +1063,11 @@ TEST #21: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Thu Jan 23 19:54:20 UTC 2020 + TEST PASSED AT Mon Feb 3 22:17:43 UTC 2020 TEST #22: PASS - Test fv3_gfdlmprad_32bit_post starting at Thu Jan 23 19:53:09 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with inline post results with previous trunk version) - Thu Jan 23 19:53:09 UTC 2020 + Test fv3_gfdlmprad_32bit_post starting at Mon Feb 3 22:24:05 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with inline post results with previous trunk version) + Mon Feb 3 22:24:05 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1115,11 +1114,11 @@ TEST #22: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Thu Jan 23 19:55:00 UTC 2020 + TEST PASSED AT Mon Feb 3 22:25:54 UTC 2020 TEST #23: PASS - Test fv3_csawmg3shoc127 starting at Thu Jan 23 19:40:06 UTC 2020 (Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version) - Thu Jan 23 19:40:06 UTC 2020 + Test fv3_csawmg3shoc127 starting at Mon Feb 3 21:59:37 UTC 2020 (Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version) + Mon Feb 3 21:59:37 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1164,13 +1163,13 @@ TEST #23: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:45:10 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:04:48 UTC 2020 TEST #24: PASS - Test fv3_read_inc starting at Thu Jan 23 19:40:48 UTC 2020 (Compare FV3 read_inc results with previous trunk version) - Thu Jan 23 19:40:48 UTC 2020 + Test fv3_read_inc starting at Mon Feb 3 22:00:09 UTC 2020 (Compare FV3 read_inc results with previous trunk version) + Mon Feb 3 22:00:09 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1235,13 +1234,13 @@ TEST #24: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:41:59 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:01:26 UTC 2020 TEST #25: PASS - Test fv3_satmedmf starting at Thu Jan 23 19:41:15 UTC 2020 (Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version) - Thu Jan 23 19:41:15 UTC 2020 + Test fv3_satmedmf starting at Mon Feb 3 22:00:22 UTC 2020 (Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version) + Mon Feb 3 22:00:22 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1286,13 +1285,13 @@ TEST #25: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:42:24 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:01:30 UTC 2020 TEST #26: PASS - Test fv3_control starting at Thu Jan 23 19:41:15 UTC 2020 (Compare FV3 control results with previous trunk version) - Thu Jan 23 19:41:15 UTC 2020 + Test fv3_control starting at Mon Feb 3 22:00:22 UTC 2020 (Compare FV3 control results with previous trunk version) + Mon Feb 3 22:00:22 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1357,19 +1356,19 @@ TEST #26: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:42:21 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:01:31 UTC 2020 TEST #27: PASS - Test fv3_stretched_nest_debug starting at Thu Jan 23 19:56:51 UTC 2020 (Stretched grid with nest - debug; compare against previous baseline) - Thu Jan 23 19:56:51 UTC 2020 + Test fv3_stretched_nest_debug starting at Mon Feb 3 22:29:51 UTC 2020 (Stretched grid with nest - debug; compare against previous baseline) + Mon Feb 3 22:29:51 UTC 2020 global_o3prdlos.f77: bit-for-bit identical - TEST PASSED AT Thu Jan 23 20:00:59 UTC 2020 + TEST PASSED AT Mon Feb 3 22:34:03 UTC 2020 TEST #28: PASS - Test fv3_gfdlmp starting at Thu Jan 23 19:41:15 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Thu Jan 23 19:41:15 UTC 2020 + Test fv3_gfdlmp starting at Mon Feb 3 22:00:22 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Mon Feb 3 22:00:22 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1414,13 +1413,13 @@ TEST #28: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:42:36 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:01:42 UTC 2020 TEST #29: PASS - Test fv3_gfdlmprad_noahmp starting at Thu Jan 23 19:41:15 UTC 2020 (Compare FV3 GFDL radiation interaction option and Noah MP results with previous trunk version) - Thu Jan 23 19:41:15 UTC 2020 + Test fv3_gfdlmprad_noahmp starting at Mon Feb 3 22:00:22 UTC 2020 (Compare FV3 GFDL radiation interaction option and Noah MP results with previous trunk version) + Mon Feb 3 22:00:22 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1465,13 +1464,13 @@ TEST #29: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:42:40 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:01:40 UTC 2020 TEST #30: PASS - Test fv3_2threads starting at Thu Jan 23 19:42:04 UTC 2020 (Compare FV3 2 threads results with previous trunk version) - Thu Jan 23 19:42:04 UTC 2020 + Test fv3_2threads starting at Mon Feb 3 22:01:04 UTC 2020 (Compare FV3 2 threads results with previous trunk version) + Mon Feb 3 22:01:04 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1536,13 +1535,13 @@ TEST #30: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:43:19 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:02:17 UTC 2020 TEST #31: PASS - Test fv3_wrtGauss_netcdf_esmf starting at Thu Jan 23 19:41:15 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) - Thu Jan 23 19:41:16 UTC 2020 + Test fv3_wrtGauss_netcdf_esmf starting at Mon Feb 3 22:00:23 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) + Mon Feb 3 22:00:23 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1587,13 +1586,13 @@ TEST #31: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:43:41 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:02:44 UTC 2020 TEST #32: PASS - Test fv3_csawmg starting at Thu Jan 23 19:41:51 UTC 2020 (Compare FV3 with CSAW and MG2 results with previous trunk version) - Thu Jan 23 19:41:51 UTC 2020 + Test fv3_csawmg starting at Mon Feb 3 22:01:02 UTC 2020 (Compare FV3 with CSAW and MG2 results with previous trunk version) + Mon Feb 3 22:01:02 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1638,13 +1637,13 @@ TEST #32: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:44:26 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:03:26 UTC 2020 TEST #33: PASS - Test fv3_wsm6 starting at Thu Jan 23 19:42:01 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Thu Jan 23 19:42:01 UTC 2020 + Test fv3_wsm6 starting at Mon Feb 3 22:01:01 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Mon Feb 3 22:01:01 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1709,13 +1708,13 @@ TEST #33: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:43:44 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:02:36 UTC 2020 TEST #34: PASS - Test fv3_stretched starting at Thu Jan 23 19:53:09 UTC 2020 (Stretched grid; compare against previous baseline) - Thu Jan 23 19:53:09 UTC 2020 + Test fv3_stretched starting at Mon Feb 3 22:25:24 UTC 2020 (Stretched grid; compare against previous baseline) + Mon Feb 3 22:25:24 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1766,11 +1765,11 @@ TEST #34: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Thu Jan 23 19:57:36 UTC 2020 + TEST PASSED AT Mon Feb 3 22:29:44 UTC 2020 TEST #35: PASS - Test fv3_wrtGauss_nemsio_c192 starting at Thu Jan 23 19:40:06 UTC 2020 (Compare c192 FV3 Gaussian grid nemsio output results with previous trunk version) - Thu Jan 23 19:40:06 UTC 2020 + Test fv3_wrtGauss_nemsio_c192 starting at Mon Feb 3 21:59:37 UTC 2020 (Compare c192 FV3 Gaussian grid nemsio output results with previous trunk version) + Mon Feb 3 21:59:37 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1815,13 +1814,13 @@ TEST #35: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:43:01 UTC 2020 + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:02:26 UTC 2020 TEST #36: PASS - Test fv3_rasmgshoc starting at Thu Jan 23 19:42:02 UTC 2020 (Compare FV3 with RAS MG2 and SHOC results with previous trunk version) - Thu Jan 23 19:42:02 UTC 2020 + Test fv3_rasmgshoc starting at Mon Feb 3 22:01:01 UTC 2020 (Compare FV3 with RAS MG2 and SHOC results with previous trunk version) + Mon Feb 3 22:01:01 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1866,10 +1865,10 @@ TEST #36: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - Actual md5sum: 8e2dfcc15ae8c961f394741320f5cc68 - TEST PASSED AT Thu Jan 23 19:44:41 UTC 2020 -WORKFLOW REPORT AT Thu Jan 23 21:07:38 2020 (+1579813658) + Expected md5sum: db60909ed8bd89034b798815028b0740 + Actual md5sum: db60909ed8bd89034b798815028b0740 + TEST PASSED AT Mon Feb 3 22:03:39 UTC 2020 +WORKFLOW REPORT AT Mon Feb 3 23:22:28 2020 (+1580772148) Tests: 0 failed, 36 passed out of 36 Builds: 0 failed, 5 passed out of 5 REGRESSION TEST WAS SUCCESSFUL diff --git a/tests/Compile_hera.intel.log b/tests/Compile_hera.intel.log index 3cc990411c..1354d3b240 100644 --- a/tests/Compile_hera.intel.log +++ b/tests/Compile_hera.intel.log @@ -1,14 +1,14 @@ + SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh +++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests ++ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model ++ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model + MACHINE_ID=hera.intel + MAKE_OPT= + BUILD_NAME=fv3_1 @@ -19,8 +19,8 @@ + [[ hera.intel == wcoss_dell_p3 ]] + MAKE_THREADS=8 + hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests +hfe05 ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + echo 'Compiling into fv3_1.exe on hera.intel' Compiling into fv3_1.exe on hera.intel + '[' YES = YES ']' @@ -40,13 +40,13 @@ Compiling into fv3_1.exe on hera.intel ++ var= ++ echo -n '' + CCPP_CMAKE_FLAGS= -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__104508 -++ eval 'setup__test_function__104508() { /bin/true ; }' ++ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__102472 +++ eval 'setup__test_function__102472() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__104508 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__102472 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -58,7 +58,7 @@ Compiling into fv3_1.exe on hera.intel ++ eval module help ++ module purge +++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHJfbmV3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz";' export '_ModuleTable001_;' '_ModuleTable002_="Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 +++ unset BACIO_SRC @@ -90,6 +90,15 @@ Compiling into fv3_1.exe on hera.intel +++ unset G2_VER +++ unset GDBSERVER_MIC +++ unset GDB_CROSS ++++ unset HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F +++ unset __LMOD_REF_COUNT_INFOPATH +++ unset INFOPATH +++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE @@ -131,9 +140,9 @@ Compiling into fv3_1.exe on hera.intel +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' +++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NCEPLIBS @@ -142,6 +151,19 @@ Compiling into fv3_1.exe on hera.intel +++ unset NEMSIO_SRC +++ unset NEMSIO_VER +++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT +++ unset __LMOD_REF_COUNT_NLSPATH +++ unset NLSPATH +++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' @@ -183,9 +205,9 @@ Compiling into fv3_1.exe on hera.intel +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHJfbmV3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs +++ export _ModuleTable001_ -+++ _ModuleTable002_=Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -199,25 +221,26 @@ Compiling into fv3_1.exe on hera.intel +++ unset _ModuleTable011_ +++ unset _ModuleTable012_ +++ unset _ModuleTable013_ ++++ unset _ModuleTable014_ +++ : -s sh ++ eval ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__104508 +++ unset setup__test_function__102472 ++ unset __ms_function_name + [[ hera.intel == macosx.* ]] + [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz";' export '_ModuleTable001_;' '_ModuleTable002_="Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs ++ export _ModuleTable001_ -++ _ModuleTable002_=Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -225,7 +248,7 @@ Compiling into fv3_1.exe on hera.intel + eval + module load fv3 ++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs";' export '_ModuleTable003_;' '_ModuleTable004_="WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42";' export '_ModuleTable004_;' '_ModuleTable005_="LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl";' export '_ModuleTable005_;' '_ModuleTable006_="ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl";' export '_ModuleTable006_;' '_ModuleTable007_="ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl";' export '_ModuleTable007_;' '_ModuleTable008_="ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4";' export '_ModuleTable008_;' '_ModuleTable009_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0";' export '_ModuleTable009_;' '_ModuleTable010_="YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1";' export '_ModuleTable010_;' '_ModuleTable011_="cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv";' export '_ModuleTable011_;' '_ModuleTable012_="YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls";' export '_ModuleTable012_;' '_ModuleTable013_="ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.4:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.4:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/share/man:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/bin:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.4_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.4";' export 'POST_SRC;' 'POST_VER="v8.0.4";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.4:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.4:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTIwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZz";' export '_ModuleTable003_;' '_ModuleTable004_="LXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm";' export '_ModuleTable004_;' '_ModuleTable005_="aWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJm";' export '_ModuleTable005_;' '_ModuleTable006_="biJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNo";' export '_ModuleTable006_;' '_ModuleTable007_="Mi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3Jh";' export '_ModuleTable007_;' '_ModuleTable008_="dGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5h";' export '_ModuleTable008_;' '_ModuleTable009_="bWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuNCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC40IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVz";' export '_ModuleTable009_;' '_ModuleTable010_="ZXJOYW1lIl09InBvc3QvOC4wLjQiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZu";' export '_ModuleTable010_;' '_ModuleTable011_="Il09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6PXtbImZuIl09";' export '_ModuleTable011_;' '_ModuleTable012_="Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy96LzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6LzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6LzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVm";' export '_ModuleTable012_;' '_ModuleTable013_="aWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmls";' export '_ModuleTable013_;' '_ModuleTable014_="ZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' ++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a ++ export BACIO_LIB4 ++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a @@ -262,7 +285,7 @@ Compiling into fv3_1.exe on hera.intel ++ export CRTM_SRC ++ CRTM_VER=v2.2.6 ++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk +++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk ++ export ESMFMKFILE ++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 ++ export G2TMPL_INC @@ -288,6 +311,24 @@ Compiling into fv3_1.exe on hera.intel ++ export GDBSERVER_MIC ++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia ++ export GDB_CROSS +++ HDF5=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F ++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' ++ export __LMOD_REF_COUNT_INFOPATH ++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info @@ -336,9 +377,9 @@ Compiling into fv3_1.exe on hera.intel ++ export JASPER_SRC ++ JASPER_VER=v1.900.1 ++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' ++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 +++ LD_LIBRARY_PATH=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 ++ export LD_LIBRARY_PATH ++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' ++ export __LMOD_REF_COUNT_LIBRARY_PATH @@ -354,17 +395,17 @@ Compiling into fv3_1.exe on hera.intel ++ export LMOD_FAMILY_MPI ++ LMOD_FAMILY_MPI_VERSION=2018.0.4 ++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' +++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.4:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.9.0:1;fv3:1' ++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 +++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.4:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 ++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' +++ __LMOD_REF_COUNT_MANPATH='/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/share/man:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' ++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ MANPATH=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' +++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -378,15 +419,41 @@ Compiling into fv3_1.exe on hera.intel ++ export NEMSIO_SRC ++ NEMSIO_VER=v2.2.4 ++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 +++ NETCDF=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel ++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT ++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' ++ export __LMOD_REF_COUNT_NLSPATH ++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N ++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' +++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/bin:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' ++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse +++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse ++ export PATH ++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 ++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH @@ -400,13 +467,13 @@ Compiling into fv3_1.exe on hera.intel ++ export PNG_SRC ++ PNG_VER=v1.2.44 ++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 +++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.4_4 ++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a ++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.4 ++ export POST_SRC -++ POST_VER=v8.0.1 +++ POST_VER=v8.0.4 ++ export POST_VER ++ SLURM_UTILS_PATH=/contrib/sutils/bin ++ export SLURM_UTILS_PATH @@ -454,99 +521,107 @@ Compiling into fv3_1.exe on hera.intel ++ export Z_SRC ++ Z_VER=v1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.4:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 +++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.4:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3 ++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTIwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZz ++ export _ModuleTable003_ -++ _ModuleTable004_=WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42 +++ _ModuleTable004_=LXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm ++ export _ModuleTable004_ -++ _ModuleTable005_=LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl +++ _ModuleTable005_=aWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJm ++ export _ModuleTable005_ -++ _ModuleTable006_=ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl +++ _ModuleTable006_=biJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNo ++ export _ModuleTable006_ -++ _ModuleTable007_=ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl +++ _ModuleTable007_=Mi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3Jh ++ export _ModuleTable007_ -++ _ModuleTable008_=ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4 +++ _ModuleTable008_=dGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5h ++ export _ModuleTable008_ -++ _ModuleTable009_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0 +++ _ModuleTable009_=bWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuNCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC40IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVz ++ export _ModuleTable009_ -++ _ModuleTable010_=YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1 +++ _ModuleTable010_=ZXJOYW1lIl09InBvc3QvOC4wLjQiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZu ++ export _ModuleTable010_ -++ _ModuleTable011_=cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv +++ _ModuleTable011_=Il09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6PXtbImZuIl09 ++ export _ModuleTable011_ -++ _ModuleTable012_=YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls +++ _ModuleTable012_=Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy96LzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6LzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6LzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVm ++ export _ModuleTable012_ -++ _ModuleTable013_=ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ _ModuleTable013_=aWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmls ++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 +++ _ModuleTable014_=ZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + module list ++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs";' export '_ModuleTable003_;' '_ModuleTable004_="WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42";' export '_ModuleTable004_;' '_ModuleTable005_="LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl";' export '_ModuleTable005_;' '_ModuleTable006_="ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl";' export '_ModuleTable006_;' '_ModuleTable007_="ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl";' export '_ModuleTable007_;' '_ModuleTable008_="ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4";' export '_ModuleTable008_;' '_ModuleTable009_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0";' export '_ModuleTable009_;' '_ModuleTable010_="YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1";' export '_ModuleTable010_;' '_ModuleTable011_="cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv";' export '_ModuleTable011_;' '_ModuleTable012_="YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls";' export '_ModuleTable012_;' '_ModuleTable013_="ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.4'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTIwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZz";' export '_ModuleTable003_;' '_ModuleTable004_="LXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm";' export '_ModuleTable004_;' '_ModuleTable005_="aWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJm";' export '_ModuleTable005_;' '_ModuleTable006_="biJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNo";' export '_ModuleTable006_;' '_ModuleTable007_="Mi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3Jh";' export '_ModuleTable007_;' '_ModuleTable008_="dGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5h";' export '_ModuleTable008_;' '_ModuleTable009_="bWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuNCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC40IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVz";' export '_ModuleTable009_;' '_ModuleTable010_="ZXJOYW1lIl09InBvc3QvOC4wLjQiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZu";' export '_ModuleTable010_;' '_ModuleTable011_="Il09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6PXtbImZuIl09";' export '_ModuleTable011_;' '_ModuleTable012_="Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy96LzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6LzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6LzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVm";' export '_ModuleTable012_;' '_ModuleTable013_="aWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmls";' export '_ModuleTable013_;' '_ModuleTable014_="ZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' ++ echo '' ++ echo Currently Loaded Modules: Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.4 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 ++ echo '' ++ echo '' '' ++ echo '' -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTIwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZz ++ export _ModuleTable003_ -++ _ModuleTable004_=WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42 +++ _ModuleTable004_=LXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm ++ export _ModuleTable004_ -++ _ModuleTable005_=LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl +++ _ModuleTable005_=aWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJm ++ export _ModuleTable005_ -++ _ModuleTable006_=ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl +++ _ModuleTable006_=biJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNo ++ export _ModuleTable006_ -++ _ModuleTable007_=ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl +++ _ModuleTable007_=Mi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3Jh ++ export _ModuleTable007_ -++ _ModuleTable008_=ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4 +++ _ModuleTable008_=dGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5h ++ export _ModuleTable008_ -++ _ModuleTable009_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0 +++ _ModuleTable009_=bWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuNCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC40IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVz ++ export _ModuleTable009_ -++ _ModuleTable010_=YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1 +++ _ModuleTable010_=ZXJOYW1lIl09InBvc3QvOC4wLjQiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZu ++ export _ModuleTable010_ -++ _ModuleTable011_=cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv +++ _ModuleTable011_=Il09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6PXtbImZuIl09 ++ export _ModuleTable011_ -++ _ModuleTable012_=YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls +++ _ModuleTable012_=Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy96LzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6LzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6LzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVm ++ export _ModuleTable012_ -++ _ModuleTable013_=ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ _ModuleTable013_=aWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmls ++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 +++ _ModuleTable014_=ZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_1 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model ++ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model -- 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 @@ -571,13 +646,13 @@ Currently Loaded Modules: -- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk +ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk Found ESMF: ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") Setting configuration for hera.intel @@ -597,18 +672,18 @@ Selected physics package: gfs -- Configuring done -- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_1 +-- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/build_fv3_1 + make -j 8 Scanning dependencies of target fv3cpl -[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +Scanning dependencies of target gfsphysics +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -Scanning dependencies of target gfsphysics [ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o Using 8-byte addressing Using pure routines. @@ -630,110 +705,110 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o [ 5%] Linking Fortran static library libfv3cpl.a -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 6%] Built target fv3cpl -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 5%] Built target fv3cpl +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o [ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o [ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o [ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o [ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -743,20 +818,20 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o [ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o [ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -769,13 +844,13 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o [ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o [ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -796,11 +871,11 @@ Using allocatable derived type array members. Using cray pointers. [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o [ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -816,13 +891,13 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o [ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o [ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o [ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o [ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o [ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o Using 8-byte addressing @@ -835,7 +910,7 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing @@ -853,170 +928,171 @@ Using cray pointers. [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 46%] Linking Fortran static library FMS/libfms.a +[ 46%] Built target fms +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o [ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o [ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o [ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o [ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o [ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o [ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o [ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o [ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o [ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o [ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o [ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 58%] Linking Fortran static library FMS/libfms.a -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o [ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 59%] Built target fms -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o [ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd +[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o [ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o [ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 78%] Linking Fortran static library libio.a +[ 78%] Built target io [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing @@ -1027,33 +1103,33 @@ Using cray pointers. [ 85%] Built target fv3core Scanning dependencies of target stochastic_physics [ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o [ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o [ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a @@ -1061,47 +1137,47 @@ Scanning dependencies of target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_1.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_1 ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_1 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_1 -+ elapsed=482 -+ echo 'Elapsed time 482 seconds. Compiling finished' -Elapsed time 482 seconds. Compiling finished ++ elapsed=470 ++ echo 'Elapsed time 470 seconds. Compiling finished' +Elapsed time 470 seconds. Compiling finished + SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh +++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests ++ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model ++ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model + MACHINE_ID=hera.intel + MAKE_OPT=WW3=Y + BUILD_NAME=fv3_2 @@ -1112,8 +1188,8 @@ Elapsed time 482 seconds. Compiling finished + [[ hera.intel == wcoss_dell_p3 ]] + MAKE_THREADS=8 + hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests +hfe05 ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + echo 'Compiling WW3=Y into fv3_2.exe on hera.intel' Compiling WW3=Y into fv3_2.exe on hera.intel + '[' YES = YES ']' @@ -1134,13 +1210,13 @@ Compiling WW3=Y into fv3_2.exe on hera.intel ++ var=-DWW3=Y ++ echo -n -DWW3=Y + CCPP_CMAKE_FLAGS=-DWW3=Y -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__104509 -++ eval 'setup__test_function__104509() { /bin/true ; }' ++ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__102473 +++ eval 'setup__test_function__102473() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__104509 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__102473 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -1152,7 +1228,7 @@ Compiling WW3=Y into fv3_2.exe on hera.intel ++ eval module help ++ module purge +++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHJfbmV3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz";' export '_ModuleTable001_;' '_ModuleTable002_="Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 +++ unset BACIO_SRC @@ -1184,6 +1260,15 @@ Compiling WW3=Y into fv3_2.exe on hera.intel +++ unset G2_VER +++ unset GDBSERVER_MIC +++ unset GDB_CROSS ++++ unset HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F +++ unset __LMOD_REF_COUNT_INFOPATH +++ unset INFOPATH +++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE @@ -1225,9 +1310,9 @@ Compiling WW3=Y into fv3_2.exe on hera.intel +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' +++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NCEPLIBS @@ -1236,6 +1321,19 @@ Compiling WW3=Y into fv3_2.exe on hera.intel +++ unset NEMSIO_SRC +++ unset NEMSIO_VER +++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT +++ unset __LMOD_REF_COUNT_NLSPATH +++ unset NLSPATH +++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' @@ -1277,9 +1375,9 @@ Compiling WW3=Y into fv3_2.exe on hera.intel +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHJfbmV3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs +++ export _ModuleTable001_ -+++ _ModuleTable002_=Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -1293,25 +1391,26 @@ Compiling WW3=Y into fv3_2.exe on hera.intel +++ unset _ModuleTable011_ +++ unset _ModuleTable012_ +++ unset _ModuleTable013_ ++++ unset _ModuleTable014_ +++ : -s sh ++ eval ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__104509 +++ unset setup__test_function__102473 ++ unset __ms_function_name + [[ hera.intel == macosx.* ]] + [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz";' export '_ModuleTable001_;' '_ModuleTable002_="Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs ++ export _ModuleTable001_ -++ _ModuleTable002_=Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -1319,7 +1418,7 @@ Compiling WW3=Y into fv3_2.exe on hera.intel + eval + module load fv3 ++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs";' export '_ModuleTable003_;' '_ModuleTable004_="WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42";' export '_ModuleTable004_;' '_ModuleTable005_="LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl";' export '_ModuleTable005_;' '_ModuleTable006_="ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl";' export '_ModuleTable006_;' '_ModuleTable007_="ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl";' export '_ModuleTable007_;' '_ModuleTable008_="ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4";' export '_ModuleTable008_;' '_ModuleTable009_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0";' export '_ModuleTable009_;' '_ModuleTable010_="YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1";' export '_ModuleTable010_;' '_ModuleTable011_="cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv";' export '_ModuleTable011_;' '_ModuleTable012_="YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls";' export '_ModuleTable012_;' '_ModuleTable013_="ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.4:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.4:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/share/man:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/bin:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.4_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.4";' export 'POST_SRC;' 'POST_VER="v8.0.4";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.4:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.4:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTIwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZz";' export '_ModuleTable003_;' '_ModuleTable004_="LXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm";' export '_ModuleTable004_;' '_ModuleTable005_="aWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJm";' export '_ModuleTable005_;' '_ModuleTable006_="biJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNo";' export '_ModuleTable006_;' '_ModuleTable007_="Mi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3Jh";' export '_ModuleTable007_;' '_ModuleTable008_="dGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5h";' export '_ModuleTable008_;' '_ModuleTable009_="bWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuNCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC40IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVz";' export '_ModuleTable009_;' '_ModuleTable010_="ZXJOYW1lIl09InBvc3QvOC4wLjQiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZu";' export '_ModuleTable010_;' '_ModuleTable011_="Il09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6PXtbImZuIl09";' export '_ModuleTable011_;' '_ModuleTable012_="Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy96LzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6LzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6LzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVm";' export '_ModuleTable012_;' '_ModuleTable013_="aWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmls";' export '_ModuleTable013_;' '_ModuleTable014_="ZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' ++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a ++ export BACIO_LIB4 ++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a @@ -1356,7 +1455,7 @@ Compiling WW3=Y into fv3_2.exe on hera.intel ++ export CRTM_SRC ++ CRTM_VER=v2.2.6 ++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk +++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk ++ export ESMFMKFILE ++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 ++ export G2TMPL_INC @@ -1382,6 +1481,24 @@ Compiling WW3=Y into fv3_2.exe on hera.intel ++ export GDBSERVER_MIC ++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia ++ export GDB_CROSS +++ HDF5=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F ++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' ++ export __LMOD_REF_COUNT_INFOPATH ++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info @@ -1430,9 +1547,9 @@ Compiling WW3=Y into fv3_2.exe on hera.intel ++ export JASPER_SRC ++ JASPER_VER=v1.900.1 ++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' ++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 +++ LD_LIBRARY_PATH=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 ++ export LD_LIBRARY_PATH ++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' ++ export __LMOD_REF_COUNT_LIBRARY_PATH @@ -1448,17 +1565,17 @@ Compiling WW3=Y into fv3_2.exe on hera.intel ++ export LMOD_FAMILY_MPI ++ LMOD_FAMILY_MPI_VERSION=2018.0.4 ++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' +++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.4:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.9.0:1;fv3:1' ++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 +++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.4:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 ++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' +++ __LMOD_REF_COUNT_MANPATH='/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/share/man:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' ++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ MANPATH=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' +++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -1472,15 +1589,41 @@ Compiling WW3=Y into fv3_2.exe on hera.intel ++ export NEMSIO_SRC ++ NEMSIO_VER=v2.2.4 ++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 +++ NETCDF=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel ++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT ++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' ++ export __LMOD_REF_COUNT_NLSPATH ++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N ++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' +++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/bin:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' ++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse +++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse ++ export PATH ++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 ++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH @@ -1494,13 +1637,13 @@ Compiling WW3=Y into fv3_2.exe on hera.intel ++ export PNG_SRC ++ PNG_VER=v1.2.44 ++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 +++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.4_4 ++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a ++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.4 ++ export POST_SRC -++ POST_VER=v8.0.1 +++ POST_VER=v8.0.4 ++ export POST_VER ++ SLURM_UTILS_PATH=/contrib/sutils/bin ++ export SLURM_UTILS_PATH @@ -1548,99 +1691,107 @@ Compiling WW3=Y into fv3_2.exe on hera.intel ++ export Z_SRC ++ Z_VER=v1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.4:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 +++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.4:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3 ++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTIwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZz ++ export _ModuleTable003_ -++ _ModuleTable004_=WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42 +++ _ModuleTable004_=LXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm ++ export _ModuleTable004_ -++ _ModuleTable005_=LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl +++ _ModuleTable005_=aWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJm ++ export _ModuleTable005_ -++ _ModuleTable006_=ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl +++ _ModuleTable006_=biJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNo ++ export _ModuleTable006_ -++ _ModuleTable007_=ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl +++ _ModuleTable007_=Mi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3Jh ++ export _ModuleTable007_ -++ _ModuleTable008_=ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4 +++ _ModuleTable008_=dGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5h ++ export _ModuleTable008_ -++ _ModuleTable009_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0 +++ _ModuleTable009_=bWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuNCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC40IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVz ++ export _ModuleTable009_ -++ _ModuleTable010_=YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1 +++ _ModuleTable010_=ZXJOYW1lIl09InBvc3QvOC4wLjQiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZu ++ export _ModuleTable010_ -++ _ModuleTable011_=cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv +++ _ModuleTable011_=Il09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6PXtbImZuIl09 ++ export _ModuleTable011_ -++ _ModuleTable012_=YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls +++ _ModuleTable012_=Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy96LzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6LzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6LzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVm ++ export _ModuleTable012_ -++ _ModuleTable013_=ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ _ModuleTable013_=aWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmls ++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 +++ _ModuleTable014_=ZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + module list ++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs";' export '_ModuleTable003_;' '_ModuleTable004_="WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42";' export '_ModuleTable004_;' '_ModuleTable005_="LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl";' export '_ModuleTable005_;' '_ModuleTable006_="ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl";' export '_ModuleTable006_;' '_ModuleTable007_="ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl";' export '_ModuleTable007_;' '_ModuleTable008_="ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4";' export '_ModuleTable008_;' '_ModuleTable009_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0";' export '_ModuleTable009_;' '_ModuleTable010_="YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1";' export '_ModuleTable010_;' '_ModuleTable011_="cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv";' export '_ModuleTable011_;' '_ModuleTable012_="YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls";' export '_ModuleTable012_;' '_ModuleTable013_="ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.4'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTIwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZz";' export '_ModuleTable003_;' '_ModuleTable004_="LXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm";' export '_ModuleTable004_;' '_ModuleTable005_="aWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJm";' export '_ModuleTable005_;' '_ModuleTable006_="biJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNo";' export '_ModuleTable006_;' '_ModuleTable007_="Mi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3Jh";' export '_ModuleTable007_;' '_ModuleTable008_="dGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5h";' export '_ModuleTable008_;' '_ModuleTable009_="bWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuNCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC40IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVz";' export '_ModuleTable009_;' '_ModuleTable010_="ZXJOYW1lIl09InBvc3QvOC4wLjQiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZu";' export '_ModuleTable010_;' '_ModuleTable011_="Il09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6PXtbImZuIl09";' export '_ModuleTable011_;' '_ModuleTable012_="Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy96LzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6LzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6LzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVm";' export '_ModuleTable012_;' '_ModuleTable013_="aWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmls";' export '_ModuleTable013_;' '_ModuleTable014_="ZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' ++ echo '' ++ echo Currently Loaded Modules: Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.4 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 ++ echo '' ++ echo '' '' ++ echo '' -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTIwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZz ++ export _ModuleTable003_ -++ _ModuleTable004_=WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42 +++ _ModuleTable004_=LXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm ++ export _ModuleTable004_ -++ _ModuleTable005_=LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl +++ _ModuleTable005_=aWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJm ++ export _ModuleTable005_ -++ _ModuleTable006_=ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl +++ _ModuleTable006_=biJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNo ++ export _ModuleTable006_ -++ _ModuleTable007_=ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl +++ _ModuleTable007_=Mi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3Jh ++ export _ModuleTable007_ -++ _ModuleTable008_=ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4 +++ _ModuleTable008_=dGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5h ++ export _ModuleTable008_ -++ _ModuleTable009_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0 +++ _ModuleTable009_=bWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuNCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC40IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVz ++ export _ModuleTable009_ -++ _ModuleTable010_=YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1 +++ _ModuleTable010_=ZXJOYW1lIl09InBvc3QvOC4wLjQiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZu ++ export _ModuleTable010_ -++ _ModuleTable011_=cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv +++ _ModuleTable011_=Il09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6PXtbImZuIl09 ++ export _ModuleTable011_ -++ _ModuleTable012_=YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls +++ _ModuleTable012_=Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy96LzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6LzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6LzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVm ++ export _ModuleTable012_ -++ _ModuleTable013_=ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ _ModuleTable013_=aWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmls ++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 +++ _ModuleTable014_=ZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_2 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model -DWW3=Y ++ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model -DWW3=Y -- The C compiler identification is Intel 18.0.5.20180823 -- The CXX compiler identification is Intel 18.0.5.20180823 -- The Fortran compiler identification is Intel 18.0.5.20180823 @@ -1665,13 +1816,13 @@ Currently Loaded Modules: -- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk +ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk Found ESMF: ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") Setting configuration for hera.intel @@ -1691,22 +1842,22 @@ Selected physics package: gfs Build WW3: run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=hera ww3_nems - in: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/WW3/model/esmf + in: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/WW3/model/esmf -- Configuring done -- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_2 +-- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/build_fv3_2 + make -j 8 Scanning dependencies of target ww3_nems Scanning dependencies of target fv3cpl [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +Scanning dependencies of target gfsphysics +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -Scanning dependencies of target gfsphysics +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o [ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o Using 8-byte addressing Using pure routines. @@ -1724,115 +1875,115 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 5%] Linking Fortran static library libfv3cpl.a -[ 5%] Built target fv3cpl -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 4%] Linking Fortran static library libfv3cpl.a +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 4%] Built target fv3cpl +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o [ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o [ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o [ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o [ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o [ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o [ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o [ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o [ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o [ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o [ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -1842,19 +1993,19 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1863,13 +2014,13 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o [ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o [ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o [ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o @@ -1879,15 +2030,14 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 35%] Built target ww3_nems [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing @@ -1916,207 +2066,208 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o [ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o [ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o [ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o [ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 46%] Linking Fortran static library FMS/libfms.a +[ 46%] Built target fms +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o [ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o [ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o [ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o [ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o [ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o [ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o [ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o [ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o [ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 56%] Linking Fortran static library FMS/libfms.a +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o [ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 57%] Built target fms -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o [ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o [ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd +[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o [ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Linking Fortran static library libio.a -[ 79%] Built target io -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 78%] Linking Fortran static library libio.a +[ 78%] Built target io [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o [ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing @@ -2126,23 +2277,23 @@ Using cray pointers. [ 85%] Linking Fortran static library libfv3core.a [ 85%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o @@ -2153,55 +2304,56 @@ Scanning dependencies of target stochastic_physics [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 97%] Built target ww3_nems [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_2.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_2 ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_2 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_2 -+ elapsed=497 -+ echo 'Elapsed time 497 seconds. Compiling WW3=Y finished' -Elapsed time 497 seconds. Compiling WW3=Y finished ++ elapsed=462 ++ echo 'Elapsed time 462 seconds. Compiling WW3=Y finished' +Elapsed time 462 seconds. Compiling WW3=Y finished + SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh +++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests ++ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model ++ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model + MACHINE_ID=hera.intel + MAKE_OPT=32BIT=Y + BUILD_NAME=fv3_3 @@ -2212,8 +2364,8 @@ Elapsed time 497 seconds. Compiling WW3=Y finished + [[ hera.intel == wcoss_dell_p3 ]] + MAKE_THREADS=8 + hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests +hfe05 ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + echo 'Compiling 32BIT=Y into fv3_3.exe on hera.intel' Compiling 32BIT=Y into fv3_3.exe on hera.intel + '[' YES = YES ']' @@ -2234,13 +2386,13 @@ Compiling 32BIT=Y into fv3_3.exe on hera.intel ++ var=-D32BIT=Y ++ echo -n -D32BIT=Y + CCPP_CMAKE_FLAGS=-D32BIT=Y -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__104510 -++ eval 'setup__test_function__104510() { /bin/true ; }' ++ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__102477 +++ eval 'setup__test_function__102477() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__104510 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__102477 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -2252,7 +2404,7 @@ Compiling 32BIT=Y into fv3_3.exe on hera.intel ++ eval module help ++ module purge +++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHJfbmV3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz";' export '_ModuleTable001_;' '_ModuleTable002_="Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 +++ unset BACIO_SRC @@ -2284,6 +2436,15 @@ Compiling 32BIT=Y into fv3_3.exe on hera.intel +++ unset G2_VER +++ unset GDBSERVER_MIC +++ unset GDB_CROSS ++++ unset HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F +++ unset __LMOD_REF_COUNT_INFOPATH +++ unset INFOPATH +++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE @@ -2325,9 +2486,9 @@ Compiling 32BIT=Y into fv3_3.exe on hera.intel +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' +++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NCEPLIBS @@ -2336,6 +2497,19 @@ Compiling 32BIT=Y into fv3_3.exe on hera.intel +++ unset NEMSIO_SRC +++ unset NEMSIO_VER +++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT +++ unset __LMOD_REF_COUNT_NLSPATH +++ unset NLSPATH +++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' @@ -2377,9 +2551,9 @@ Compiling 32BIT=Y into fv3_3.exe on hera.intel +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHJfbmV3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs +++ export _ModuleTable001_ -+++ _ModuleTable002_=Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -2393,25 +2567,26 @@ Compiling 32BIT=Y into fv3_3.exe on hera.intel +++ unset _ModuleTable011_ +++ unset _ModuleTable012_ +++ unset _ModuleTable013_ ++++ unset _ModuleTable014_ +++ : -s sh ++ eval ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__104510 +++ unset setup__test_function__102477 ++ unset __ms_function_name + [[ hera.intel == macosx.* ]] + [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz";' export '_ModuleTable001_;' '_ModuleTable002_="Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs ++ export _ModuleTable001_ -++ _ModuleTable002_=Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -2419,7 +2594,7 @@ Compiling 32BIT=Y into fv3_3.exe on hera.intel + eval + module load fv3 ++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs";' export '_ModuleTable003_;' '_ModuleTable004_="WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42";' export '_ModuleTable004_;' '_ModuleTable005_="LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl";' export '_ModuleTable005_;' '_ModuleTable006_="ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl";' export '_ModuleTable006_;' '_ModuleTable007_="ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl";' export '_ModuleTable007_;' '_ModuleTable008_="ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4";' export '_ModuleTable008_;' '_ModuleTable009_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0";' export '_ModuleTable009_;' '_ModuleTable010_="YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1";' export '_ModuleTable010_;' '_ModuleTable011_="cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv";' export '_ModuleTable011_;' '_ModuleTable012_="YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls";' export '_ModuleTable012_;' '_ModuleTable013_="ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.4:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.4:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/share/man:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/bin:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.4_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.4";' export 'POST_SRC;' 'POST_VER="v8.0.4";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.4:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.4:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTIwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZz";' export '_ModuleTable003_;' '_ModuleTable004_="LXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm";' export '_ModuleTable004_;' '_ModuleTable005_="aWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJm";' export '_ModuleTable005_;' '_ModuleTable006_="biJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNo";' export '_ModuleTable006_;' '_ModuleTable007_="Mi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3Jh";' export '_ModuleTable007_;' '_ModuleTable008_="dGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5h";' export '_ModuleTable008_;' '_ModuleTable009_="bWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuNCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC40IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVz";' export '_ModuleTable009_;' '_ModuleTable010_="ZXJOYW1lIl09InBvc3QvOC4wLjQiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZu";' export '_ModuleTable010_;' '_ModuleTable011_="Il09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6PXtbImZuIl09";' export '_ModuleTable011_;' '_ModuleTable012_="Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy96LzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6LzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6LzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVm";' export '_ModuleTable012_;' '_ModuleTable013_="aWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmls";' export '_ModuleTable013_;' '_ModuleTable014_="ZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' ++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a ++ export BACIO_LIB4 ++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a @@ -2456,7 +2631,7 @@ Compiling 32BIT=Y into fv3_3.exe on hera.intel ++ export CRTM_SRC ++ CRTM_VER=v2.2.6 ++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk +++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk ++ export ESMFMKFILE ++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 ++ export G2TMPL_INC @@ -2482,6 +2657,24 @@ Compiling 32BIT=Y into fv3_3.exe on hera.intel ++ export GDBSERVER_MIC ++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia ++ export GDB_CROSS +++ HDF5=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F ++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' ++ export __LMOD_REF_COUNT_INFOPATH ++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info @@ -2530,9 +2723,9 @@ Compiling 32BIT=Y into fv3_3.exe on hera.intel ++ export JASPER_SRC ++ JASPER_VER=v1.900.1 ++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' ++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 +++ LD_LIBRARY_PATH=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 ++ export LD_LIBRARY_PATH ++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' ++ export __LMOD_REF_COUNT_LIBRARY_PATH @@ -2548,17 +2741,17 @@ Compiling 32BIT=Y into fv3_3.exe on hera.intel ++ export LMOD_FAMILY_MPI ++ LMOD_FAMILY_MPI_VERSION=2018.0.4 ++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' +++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.4:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.9.0:1;fv3:1' ++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 +++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.4:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 ++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' +++ __LMOD_REF_COUNT_MANPATH='/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/share/man:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' ++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ MANPATH=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' +++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -2572,15 +2765,41 @@ Compiling 32BIT=Y into fv3_3.exe on hera.intel ++ export NEMSIO_SRC ++ NEMSIO_VER=v2.2.4 ++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 +++ NETCDF=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel ++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT ++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' ++ export __LMOD_REF_COUNT_NLSPATH ++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N ++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' +++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/bin:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' ++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse +++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse ++ export PATH ++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 ++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH @@ -2594,13 +2813,13 @@ Compiling 32BIT=Y into fv3_3.exe on hera.intel ++ export PNG_SRC ++ PNG_VER=v1.2.44 ++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 +++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.4_4 ++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a ++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.4 ++ export POST_SRC -++ POST_VER=v8.0.1 +++ POST_VER=v8.0.4 ++ export POST_VER ++ SLURM_UTILS_PATH=/contrib/sutils/bin ++ export SLURM_UTILS_PATH @@ -2648,99 +2867,107 @@ Compiling 32BIT=Y into fv3_3.exe on hera.intel ++ export Z_SRC ++ Z_VER=v1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.4:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 +++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.4:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3 ++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTIwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZz ++ export _ModuleTable003_ -++ _ModuleTable004_=WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42 +++ _ModuleTable004_=LXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm ++ export _ModuleTable004_ -++ _ModuleTable005_=LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl +++ _ModuleTable005_=aWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJm ++ export _ModuleTable005_ -++ _ModuleTable006_=ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl +++ _ModuleTable006_=biJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNo ++ export _ModuleTable006_ -++ _ModuleTable007_=ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl +++ _ModuleTable007_=Mi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3Jh ++ export _ModuleTable007_ -++ _ModuleTable008_=ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4 +++ _ModuleTable008_=dGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5h ++ export _ModuleTable008_ -++ _ModuleTable009_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0 +++ _ModuleTable009_=bWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuNCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC40IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVz ++ export _ModuleTable009_ -++ _ModuleTable010_=YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1 +++ _ModuleTable010_=ZXJOYW1lIl09InBvc3QvOC4wLjQiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZu ++ export _ModuleTable010_ -++ _ModuleTable011_=cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv +++ _ModuleTable011_=Il09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6PXtbImZuIl09 ++ export _ModuleTable011_ -++ _ModuleTable012_=YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls +++ _ModuleTable012_=Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy96LzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6LzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6LzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVm ++ export _ModuleTable012_ -++ _ModuleTable013_=ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ _ModuleTable013_=aWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmls ++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 +++ _ModuleTable014_=ZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + module list ++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs";' export '_ModuleTable003_;' '_ModuleTable004_="WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42";' export '_ModuleTable004_;' '_ModuleTable005_="LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl";' export '_ModuleTable005_;' '_ModuleTable006_="ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl";' export '_ModuleTable006_;' '_ModuleTable007_="ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl";' export '_ModuleTable007_;' '_ModuleTable008_="ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4";' export '_ModuleTable008_;' '_ModuleTable009_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0";' export '_ModuleTable009_;' '_ModuleTable010_="YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1";' export '_ModuleTable010_;' '_ModuleTable011_="cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv";' export '_ModuleTable011_;' '_ModuleTable012_="YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls";' export '_ModuleTable012_;' '_ModuleTable013_="ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.4'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTIwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZz";' export '_ModuleTable003_;' '_ModuleTable004_="LXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm";' export '_ModuleTable004_;' '_ModuleTable005_="aWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJm";' export '_ModuleTable005_;' '_ModuleTable006_="biJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNo";' export '_ModuleTable006_;' '_ModuleTable007_="Mi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3Jh";' export '_ModuleTable007_;' '_ModuleTable008_="dGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5h";' export '_ModuleTable008_;' '_ModuleTable009_="bWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuNCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC40IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVz";' export '_ModuleTable009_;' '_ModuleTable010_="ZXJOYW1lIl09InBvc3QvOC4wLjQiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZu";' export '_ModuleTable010_;' '_ModuleTable011_="Il09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6PXtbImZuIl09";' export '_ModuleTable011_;' '_ModuleTable012_="Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy96LzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6LzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6LzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVm";' export '_ModuleTable012_;' '_ModuleTable013_="aWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmls";' export '_ModuleTable013_;' '_ModuleTable014_="ZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' ++ echo '' ++ echo Currently Loaded Modules: Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.4 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 ++ echo '' ++ echo '' '' ++ echo '' -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTIwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZz ++ export _ModuleTable003_ -++ _ModuleTable004_=WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42 +++ _ModuleTable004_=LXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm ++ export _ModuleTable004_ -++ _ModuleTable005_=LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl +++ _ModuleTable005_=aWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJm ++ export _ModuleTable005_ -++ _ModuleTable006_=ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl +++ _ModuleTable006_=biJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNo ++ export _ModuleTable006_ -++ _ModuleTable007_=ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl +++ _ModuleTable007_=Mi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3Jh ++ export _ModuleTable007_ -++ _ModuleTable008_=ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4 +++ _ModuleTable008_=dGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5h ++ export _ModuleTable008_ -++ _ModuleTable009_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0 +++ _ModuleTable009_=bWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuNCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC40IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVz ++ export _ModuleTable009_ -++ _ModuleTable010_=YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1 +++ _ModuleTable010_=ZXJOYW1lIl09InBvc3QvOC4wLjQiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZu ++ export _ModuleTable010_ -++ _ModuleTable011_=cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv +++ _ModuleTable011_=Il09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6PXtbImZuIl09 ++ export _ModuleTable011_ -++ _ModuleTable012_=YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls +++ _ModuleTable012_=Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy96LzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6LzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6LzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVm ++ export _ModuleTable012_ -++ _ModuleTable013_=ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ _ModuleTable013_=aWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmls ++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 +++ _ModuleTable014_=ZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_3 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model -D32BIT=Y ++ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model -D32BIT=Y -- The C compiler identification is Intel 18.0.5.20180823 -- The CXX compiler identification is Intel 18.0.5.20180823 -- The Fortran compiler identification is Intel 18.0.5.20180823 @@ -2765,13 +2992,13 @@ Currently Loaded Modules: -- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk +ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk Found ESMF: ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") Setting configuration for hera.intel @@ -2794,19 +3021,19 @@ Force 64 bits in ipd Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_3 +-- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/build_fv3_3 + make -j 8 Scanning dependencies of target fv3cpl [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +Scanning dependencies of target gfsphysics Scanning dependencies of target fms -[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o [ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -Scanning dependencies of target gfsphysics +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o [ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -2815,10 +3042,15 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -2827,110 +3059,105 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 4%] Linking Fortran static library libfv3cpl.a [ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 4%] Linking Fortran static library libfv3cpl.a +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o [ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Built target fv3cpl -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Built target fv3cpl +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o [ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o -[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o +[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -2940,20 +3167,20 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -2966,13 +3193,13 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o [ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o [ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -2981,23 +3208,23 @@ Using cray pointers. [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o [ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -3013,12 +3240,12 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o [ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o [ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o [ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o [ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o [ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o @@ -3032,7 +3259,7 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. [ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o Using 8-byte addressing @@ -3048,172 +3275,173 @@ Using cray pointers. [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o [ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 43%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 44%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 45%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o [ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o [ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o [ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o [ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o [ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o [ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o [ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o [ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o [ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 56%] Linking Fortran static library FMS/libfms.a +[ 56%] Built target fms +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o [ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o [ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o [ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o [ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o [ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 69%] Linking Fortran static library FMS/libfms.a -[ 69%] Built target fms -[ 70%] Linking Fortran static library libgfsphysics.a -[ 70%] Built target gfsphysics +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics Scanning dependencies of target ipd -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 70%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 70%] Linking Fortran static library libipd.a -[ 70%] Built target ipd +[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd Scanning dependencies of target io -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o [ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o [ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o [ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o [ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 80%] Linking Fortran static library libio.a -[ 80%] Built target io +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 78%] Linking Fortran static library libio.a +[ 78%] Built target io +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o [ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing @@ -3223,19 +3451,19 @@ Using cray pointers. [ 85%] Linking Fortran static library libfv3core.a [ 85%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o [ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o [ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o [ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o [ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o @@ -3249,56 +3477,56 @@ Scanning dependencies of target stochastic_physics [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o -[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o [ 95%] Linking Fortran static library libstochastic_physics.a [ 95%] Built target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o [100%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o [100%] Linking Fortran executable NEMS.exe /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_3.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_3 ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_3 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_3 -+ elapsed=479 -+ echo 'Elapsed time 479 seconds. Compiling 32BIT=Y finished' -Elapsed time 479 seconds. Compiling 32BIT=Y finished ++ elapsed=461 ++ echo 'Elapsed time 461 seconds. Compiling 32BIT=Y finished' +Elapsed time 461 seconds. Compiling 32BIT=Y finished + SECONDS=0 -+++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests -+ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++++ readlink -f /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh +++ dirname /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests ++ MYDIR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model ++ PATHTR=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model + MACHINE_ID=hera.intel + MAKE_OPT='32BIT=Y DEBUG=Y' + BUILD_NAME=fv3_4 @@ -3309,8 +3537,8 @@ Elapsed time 479 seconds. Compiling 32BIT=Y finished + [[ hera.intel == wcoss_dell_p3 ]] + MAKE_THREADS=8 + hostname -hfe01 -+ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests +hfe05 ++ cd /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests + echo 'Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel' Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel + '[' YES = YES ']' @@ -3331,13 +3559,13 @@ Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel ++ var='-DDEBUG=Y -D32BIT=Y' ++ echo -n '-DDEBUG=Y -D32BIT=Y' + CCPP_CMAKE_FLAGS='-DDEBUG=Y -D32BIT=Y' -+ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__104512 -++ eval 'setup__test_function__104512() { /bin/true ; }' ++ source /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__102474 +++ eval 'setup__test_function__102474() { /bin/true ; }' +++ eval '__text="text" ; if [[ $__text =~ ^(t).* ]] ; then printf "%s" ${.sh.match[1]} ; fi' +++ cat ++ __ms_ksh_test= -+++ eval 'if ( set | grep setup__test_function__104512 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__102474 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -3349,7 +3577,7 @@ Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel ++ eval module help ++ module purge +++ /apps/lmod/7.7.18/libexec/lmod bash purge -++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHJfbmV3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz";' export '_ModuleTable001_;' '_ModuleTable002_="Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' +++ eval unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CMAKE_CXX_COMPILER;' unset 'CMAKE_C_COMPILER;' unset 'CMAKE_Fortran_COMPILER;' unset 'CMAKE_Platform;' unset 'COMP;' unset '__LMOD_REF_COUNT_CPATH;' unset 'CPATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'ESMFMKFILE;' unset 'G2TMPL_INC;' unset 'G2TMPL_LIB;' unset 'G2TMPL_SRC;' unset 'G2TMPL_VER;' unset 'G2_INC4;' unset 'G2_INCd;' unset 'G2_LIB4;' unset 'G2_LIBd;' unset 'G2_SRC;' unset 'G2_VER;' unset 'GDBSERVER_MIC;' unset 'GDB_CROSS;' unset 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPATH_NO_BACKTRACE;' unset 'IP_INC4;' unset 'IP_INC8;' unset 'IP_INCd;' unset 'IP_LIB4;' unset 'IP_LIB8;' unset 'IP_LIBd;' unset 'IP_SRC;' unset 'IP_VER;' unset 'I_MPI_CC;' unset 'I_MPI_F90;' unset 'I_MPI_HYDRA_BRANCH_COUNT;' unset 'I_MPI_HYDRA_PMI_CONNECT;' unset 'I_MPI_ROOT;' unset 'I_MPI_TMI_PROVIDER;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_SRC;' unset 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/slurm/default/lib:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH=":/apps/slurm/default/lib";' export 'LD_LIBRARY_PATH;' unset '__LMOD_REF_COUNT_LIBRARY_PATH;' unset 'LIBRARY_PATH;' unset 'LIB_NAME;' unset 'LMOD_FAMILY_COMPILER;' unset 'LMOD_FAMILY_COMPILER_VERSION;' unset 'LMOD_FAMILY_MPI;' unset 'LMOD_FAMILY_MPI_VERSION;' unset '__LMOD_REF_COUNT_LOADEDMODULES;' unset 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NCEPLIBS;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' unset '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'SLURM_UTILS_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'W3EMC_INC4;' unset 'W3EMC_INC8;' unset 'W3EMC_INCd;' unset 'W3EMC_LIB4;' unset 'W3EMC_LIB8;' unset 'W3EMC_LIBd;' unset 'W3EMC_SRC;' unset 'W3EMC_VER;' unset 'W3NCO_LIB4;' unset 'W3NCO_LIB8;' unset 'W3NCO_LIBd;' unset 'W3NCO_SRC;' unset 'W3NCO_VER;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' unset '_ModuleTable004_;' unset '_ModuleTable005_;' unset '_ModuleTable006_;' unset '_ModuleTable007_;' unset '_ModuleTable008_;' unset '_ModuleTable009_;' unset '_ModuleTable010_;' unset '_ModuleTable011_;' unset '_ModuleTable012_;' unset '_ModuleTable013_;' unset '_ModuleTable014_;' +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 +++ unset BACIO_SRC @@ -3381,6 +3609,15 @@ Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel +++ unset G2_VER +++ unset GDBSERVER_MIC +++ unset GDB_CROSS ++++ unset HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F +++ unset __LMOD_REF_COUNT_INFOPATH +++ unset INFOPATH +++ unset __LMOD_REF_COUNT_INTEL_LICENSE_FILE @@ -3422,9 +3659,9 @@ Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ export MANPATH -+++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' +++ export __LMOD_REF_COUNT_MODULEPATH -+++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NCEPLIBS @@ -3433,6 +3670,19 @@ Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel +++ unset NEMSIO_SRC +++ unset NEMSIO_VER +++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT +++ unset __LMOD_REF_COUNT_NLSPATH +++ unset NLSPATH +++ __LMOD_REF_COUNT_PATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' @@ -3474,9 +3724,9 @@ Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHJfbmV3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs +++ export _ModuleTable001_ -+++ _ModuleTable002_=Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 ++++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -3490,25 +3740,26 @@ Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel +++ unset _ModuleTable011_ +++ unset _ModuleTable012_ +++ unset _ModuleTable013_ ++++ unset _ModuleTable014_ +++ : -s sh ++ eval ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__104512 +++ unset setup__test_function__102474 ++ unset __ms_function_name + [[ hera.intel == macosx.* ]] + [[ hera.intel == linux.* ]] -+ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel -++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel -+ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz";' export '_ModuleTable001_;' '_ModuleTable002_="Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ module use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:2;/contrib/modulefiles:1;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles +++ MODULEPATH=/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/contrib/modulefiles:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXgiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L21vZHVsZWZpbGVzIiwiL29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVz +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbCIsIi9jb250cmliL21vZHVsZWZpbGVzIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIs ++ export _ModuleTable001_ -++ _ModuleTable002_=Iix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ _ModuleTable002_=fSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -3516,7 +3767,7 @@ Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel + eval + module load fv3 ++ /apps/lmod/7.7.18/libexec/lmod bash load fv3 -+ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/apps/netcdf/4.7.0/intel/18.0.5.274";' export 'NETCDF;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1";' export 'POST_SRC;' 'POST_VER="v8.0.1";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs";' export '_ModuleTable003_;' '_ModuleTable004_="WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42";' export '_ModuleTable004_;' '_ModuleTable005_="LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl";' export '_ModuleTable005_;' '_ModuleTable006_="ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl";' export '_ModuleTable006_;' '_ModuleTable007_="ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl";' export '_ModuleTable007_;' '_ModuleTable008_="ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4";' export '_ModuleTable008_;' '_ModuleTable009_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0";' export '_ModuleTable009_;' '_ModuleTable010_="YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1";' export '_ModuleTable010_;' '_ModuleTable011_="cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv";' export '_ModuleTable011_;' '_ModuleTable012_="YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls";' export '_ModuleTable012_;' '_ModuleTable013_="ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval 'BACIO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' '__LMOD_REF_COUNT_CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/mpi.jar:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CMAKE_CXX_COMPILER="mpiicpc";' export 'CMAKE_CXX_COMPILER;' 'CMAKE_C_COMPILER="mpiicc";' export 'CMAKE_C_COMPILER;' 'CMAKE_Fortran_COMPILER="mpiifort";' export 'CMAKE_Fortran_COMPILER;' 'CMAKE_Platform="hera.intel";' export 'CMAKE_Platform;' 'COMP="intel";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/pstl/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/include:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/include";' export 'CPATH;' 'CRTM_FIX="/scratch2/NCEPDEV/nwprod/NCEPLIBS/fix/crtm_v2.2.6";' export 'CRTM_FIX;' 'CRTM_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/crtm_v2.2.6";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'ESMFMKFILE="/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info";' export 'INFOPATH;' '__LMOD_REF_COUNT_INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:1;/apps/intel/licenses:1";' export '__LMOD_REF_COUNT_INTEL_LICENSE_FILE;' 'INTEL_LICENSE_FILE="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/licenses:/apps/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/python/intel64/";' export 'INTEL_PYTHONHOME;' 'IPATH_NO_BACKTRACE="1";' export 'IPATH_NO_BACKTRACE;' 'IP_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/ip_v3.0.2";' export 'IP_SRC;' 'IP_VER="v3.0.2";' export 'IP_VER;' 'I_MPI_CC="icc";' export 'I_MPI_CC;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_HYDRA_BRANCH_COUNT="128";' export 'I_MPI_HYDRA_BRANCH_COUNT;' 'I_MPI_HYDRA_PMI_CONNECT="alltoall";' export 'I_MPI_HYDRA_PMI_CONNECT;' 'I_MPI_ROOT="/apps/intel/compilers_and_libraries_2018/linux/mpi";' export 'I_MPI_ROOT;' 'I_MPI_TMI_PROVIDER="psm";' export 'I_MPI_TMI_PROVIDER;' 'JASPER_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/include/jasper_v1.900.1";' export 'JASPER_INC;' 'JASPER_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a";' export 'JASPER_LIB;' 'JASPER_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'JASPER_SRC;' 'JASPER_VER="v1.900.1";' export 'JASPER_VER;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="intel";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.5.274";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="2018.0.4";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.4:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.9.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.4:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/share/man:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man";' export 'MANPATH;' '__LMOD_REF_COUNT_MODULEPATH="/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1";' export '__LMOD_REF_COUNT_MODULEPATH;' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NCEPLIBS="/scratch2/NCEPDEV/nwprod/NCEPLIBS";' export 'NCEPLIBS;' 'NEMSIO_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/bin:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse";' export 'PATH;' '__LMOD_REF_COUNT_PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1";' export '__LMOD_REF_COUNT_PKG_CONFIG_PATH;' 'PKG_CONFIG_PATH="/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/png_v1.2.44";' export 'PNG_INC;' 'PNG_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a";' export 'PNG_LIB;' 'PNG_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'PNG_SRC;' 'PNG_VER="v1.2.44";' export 'PNG_VER;' 'POST_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.4_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.4";' export 'POST_SRC;' 'POST_VER="v8.0.4";' export 'POST_VER;' 'SLURM_UTILS_PATH="/contrib/sutils/bin";' export 'SLURM_UTILS_PATH;' 'SP_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'W3EMC_INC4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'Z_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/z_v1.2.11";' export 'Z_INC;' 'Z_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a";' export 'Z_LIB;' 'Z_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/thirdParty";' export 'Z_SRC;' 'Z_VER="v1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.4:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.4:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTIwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZz";' export '_ModuleTable003_;' '_ModuleTable004_="LXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm";' export '_ModuleTable004_;' '_ModuleTable005_="aWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJm";' export '_ModuleTable005_;' '_ModuleTable006_="biJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNo";' export '_ModuleTable006_;' '_ModuleTable007_="Mi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3Jh";' export '_ModuleTable007_;' '_ModuleTable008_="dGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5h";' export '_ModuleTable008_;' '_ModuleTable009_="bWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuNCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC40IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVz";' export '_ModuleTable009_;' '_ModuleTable010_="ZXJOYW1lIl09InBvc3QvOC4wLjQiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZu";' export '_ModuleTable010_;' '_ModuleTable011_="Il09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6PXtbImZuIl09";' export '_ModuleTable011_;' '_ModuleTable012_="Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy96LzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6LzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6LzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVm";' export '_ModuleTable012_;' '_ModuleTable013_="aWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmls";' export '_ModuleTable013_;' '_ModuleTable014_="ZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' ++ BACIO_LIB4=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a ++ export BACIO_LIB4 ++ BACIO_LIB8=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_8.a @@ -3553,7 +3804,7 @@ Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel ++ export CRTM_SRC ++ CRTM_VER=v2.2.6 ++ export CRTM_VER -++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk +++ ESMFMKFILE=/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk ++ export ESMFMKFILE ++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 ++ export G2TMPL_INC @@ -3579,6 +3830,24 @@ Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel ++ export GDBSERVER_MIC ++ GDB_CROSS=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/bin/gdb-ia ++ export GDB_CROSS +++ HDF5=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F ++ __LMOD_REF_COUNT_INFOPATH='/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info:1' ++ export __LMOD_REF_COUNT_INFOPATH ++ INFOPATH=/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/info:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/info @@ -3627,9 +3896,9 @@ Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel ++ export JASPER_SRC ++ JASPER_VER=v1.900.1 ++ export JASPER_VER -++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/apps/netcdf/4.7.0/intel/18.0.5.274/lib:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib:1;/apps/slurm/default/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' ++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH -++ LD_LIBRARY_PATH=/apps/netcdf/4.7.0/intel/18.0.5.274/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 +++ LD_LIBRARY_PATH=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib::/apps/slurm/default/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/ipp/lib/intel64:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/libipt/intel64/lib:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4 ++ export LD_LIBRARY_PATH ++ __LMOD_REF_COUNT_LIBRARY_PATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/tbb/lib/intel64/gcc4.7:2;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/lib/intel64_lin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/daal/../tbb/lib/intel64_lin/gcc4.4:1' ++ export __LMOD_REF_COUNT_LIBRARY_PATH @@ -3645,17 +3914,17 @@ Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel ++ export LMOD_FAMILY_MPI ++ LMOD_FAMILY_MPI_VERSION=2018.0.4 ++ export LMOD_FAMILY_MPI_VERSION -++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;netcdf/4.7.0:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.1:1;esmf/8.0.0:1;cmake/3.9.0:1;fv3:1' +++ __LMOD_REF_COUNT_LOADEDMODULES='contrib:1;sutils/default:1;intel/18.0.5.274:1;impi/2018.0.4:1;bacio/2.0.3:1;ip/3.0.2:1;nemsio/2.2.4:1;sp/2.0.3:1;w3emc/2.3.1:1;w3nco/2.0.7:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.4:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.9.0:1;fv3:1' ++ export __LMOD_REF_COUNT_LOADEDMODULES -++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:netcdf/4.7.0:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.1:esmf/8.0.0:cmake/3.9.0:fv3 +++ LOADEDMODULES=contrib:sutils/default:intel/18.0.5.274:impi/2018.0.4:bacio/2.0.3:ip/3.0.2:nemsio/2.2.4:sp/2.0.3:w3emc/2.3.1:w3nco/2.0.7:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.4:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 ++ export LOADEDMODULES -++ __LMOD_REF_COUNT_MANPATH='/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' +++ __LMOD_REF_COUNT_MANPATH='/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/share/man:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/man:1;/apps/intel/parallel_studio_xe_2018.4.057/man/common:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:1;/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:1;/apps/lmod/lmod/share/man:1;/apps/local/man:1;/apps/slurm/default/share/man:1;/apps/slurm/tools/sbank/share/man:1' ++ export __LMOD_REF_COUNT_MANPATH -++ MANPATH=/apps/netcdf/4.7.0/intel/18.0.5.274/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man +++ MANPATH=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/share/man:/apps/intel/compilers_and_libraries_2018/linux/mpi/man:/apps/intel/parallel_studio_xe_2018.4.057/man/common:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-ia/man:/apps/intel/parallel_studio_xe_2018.4.057/documentation_2018/en/debugger/gdb-igfx/man:/apps/lmod/lmod/share/man::/apps/local/man:/apps/slurm/default/share/man:/apps/slurm/tools/sbank/share/man ++ export MANPATH -++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' +++ __LMOD_REF_COUNT_MODULEPATH='/contrib/modulefiles:3;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:2;/apps/lmod/lmod/modulefiles/Core:1;/apps/modules/modulefiles/Linux:1;/apps/modules/modulefiles:1;/opt/cray/modulefiles:1;/opt/cray/craype/default/modulefiles:1;/apps/modules/modulefamilies/intel:1;/apps/modules/modulefamilies/intel_impi:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles:1' ++ export __LMOD_REF_COUNT_MODULEPATH -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -3669,15 +3938,41 @@ Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel ++ export NEMSIO_SRC ++ NEMSIO_VER=v2.2.4 ++ export NEMSIO_VER -++ NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 +++ NETCDF=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel ++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT ++ __LMOD_REF_COUNT_NLSPATH='/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' ++ export __LMOD_REF_COUNT_NLSPATH ++ NLSPATH=/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/compiler/lib/intel64/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/apps/intel/parallel_studio_xe_2018.4.057/debugger_2018/gdb/intel64/share/locale/%l_%t/%N ++ export NLSPATH -++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:1;/apps/netcdf/4.7.0/intel/18.0.5.274/bin:1;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' +++ __LMOD_REF_COUNT_PATH='/contrib/cmake/3.9.0/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/bin:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:1;/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:1;/contrib/sutils/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/opt/ibutils/bin:1;/apps/local/bin:1;/apps/local/sbin:1;/apps/slurm/default/tools:1;/apps/slurm/default/bin:1;/apps/slurm/default/sbin:1;/apps/slurm/tools/sbank/bin:1;/home/Dusan.Jovic/bin:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse:1' ++ export __LMOD_REF_COUNT_PATH -++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse +++ PATH=/contrib/cmake/3.9.0/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/bin:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin:/apps/intel/parallel_studio_xe_2018.4.057/compilers_and_libraries_2018/linux/bin/intel64:/contrib/sutils/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ecflow/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/ibutils/bin:/apps/local/bin:/apps/local/sbin:/apps/slurm/default/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin:/home/Dusan.Jovic/bin:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/dbrowse ++ export PATH ++ __LMOD_REF_COUNT_PKG_CONFIG_PATH=/apps/intel/compilers_and_libraries_2018/linux/mkl/bin/pkgconfig:1 ++ export __LMOD_REF_COUNT_PKG_CONFIG_PATH @@ -3691,13 +3986,13 @@ Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel ++ export PNG_SRC ++ PNG_VER=v1.2.44 ++ export PNG_VER -++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.1_4 +++ POST_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.4_4 ++ export POST_INC -++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.1_4.a +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.4_4.a ++ export POST_LIB -++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.1 +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.4 ++ export POST_SRC -++ POST_VER=v8.0.1 +++ POST_VER=v8.0.4 ++ export POST_VER ++ SLURM_UTILS_PATH=/contrib/sutils/bin ++ export SLURM_UTILS_PATH @@ -3745,99 +4040,107 @@ Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel ++ export Z_SRC ++ Z_VER=v1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/apps/modules/modulefamilies/intel/netcdf/4.7.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/apps/modules/modulefiles/contrib:1;/contrib/modulefiles/sutils/default:1;/apps/modules/modulefiles/intel/18.0.5.274:1;/apps/modules/modulefamilies/intel/impi/2018.0.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.4:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/apps/modules/modulefamilies/intel/netcdf/4.7.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.1:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 +++ _LMFILES_=/apps/modules/modulefiles/contrib:/contrib/modulefiles/sutils/default:/apps/modules/modulefiles/intel/18.0.5.274:/apps/modules/modulefamilies/intel/impi/2018.0.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/bacio/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/ip/3.0.2:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/nemsio/2.2.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/sp/2.0.3:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3emc/2.3.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/w3nco/2.0.7:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2/3.1.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/crtm/2.2.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/jasper/1.900.1:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/png/1.2.44:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/z/1.2.11:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/post/8.0.4:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3 ++ export _LMFILES_ -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTIwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZz ++ export _ModuleTable003_ -++ _ModuleTable004_=WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42 +++ _ModuleTable004_=LXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm ++ export _ModuleTable004_ -++ _ModuleTable005_=LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl +++ _ModuleTable005_=aWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJm ++ export _ModuleTable005_ -++ _ModuleTable006_=ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl +++ _ModuleTable006_=biJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNo ++ export _ModuleTable006_ -++ _ModuleTable007_=ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl +++ _ModuleTable007_=Mi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3Jh ++ export _ModuleTable007_ -++ _ModuleTable008_=ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4 +++ _ModuleTable008_=dGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5h ++ export _ModuleTable008_ -++ _ModuleTable009_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0 +++ _ModuleTable009_=bWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuNCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC40IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVz ++ export _ModuleTable009_ -++ _ModuleTable010_=YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1 +++ _ModuleTable010_=ZXJOYW1lIl09InBvc3QvOC4wLjQiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZu ++ export _ModuleTable010_ -++ _ModuleTable011_=cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv +++ _ModuleTable011_=Il09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6PXtbImZuIl09 ++ export _ModuleTable011_ -++ _ModuleTable012_=YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls +++ _ModuleTable012_=Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy96LzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6LzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6LzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVm ++ export _ModuleTable012_ -++ _ModuleTable013_=ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ _ModuleTable013_=aWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmls ++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 +++ _ModuleTable014_=ZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + module list ++ /apps/lmod/7.7.18/libexec/lmod bash list -+ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''esmf/8.0.0'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\''14)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''21)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''netcdf/4.7.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''11)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''z/1.2.11'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''post/8.0.1'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs";' export '_ModuleTable003_;' '_ModuleTable004_="WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42";' export '_ModuleTable004_;' '_ModuleTable005_="LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl";' export '_ModuleTable005_;' '_ModuleTable006_="ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl";' export '_ModuleTable006_;' '_ModuleTable007_="ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl";' export '_ModuleTable007_;' '_ModuleTable008_="ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4";' export '_ModuleTable008_;' '_ModuleTable009_="LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0";' export '_ModuleTable009_;' '_ModuleTable010_="YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1";' export '_ModuleTable010_;' '_ModuleTable011_="cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv";' export '_ModuleTable011_;' '_ModuleTable012_="YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls";' export '_ModuleTable012_;' '_ModuleTable013_="ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable013_;' '_ModuleTable_Sz_="13";' export '_ModuleTable_Sz_;' ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.4'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTIwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZz";' export '_ModuleTable003_;' '_ModuleTable004_="LXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm";' export '_ModuleTable004_;' '_ModuleTable005_="aWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJm";' export '_ModuleTable005_;' '_ModuleTable006_="biJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNo";' export '_ModuleTable006_;' '_ModuleTable007_="Mi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3Jh";' export '_ModuleTable007_;' '_ModuleTable008_="dGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5h";' export '_ModuleTable008_;' '_ModuleTable009_="bWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuNCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC40IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVz";' export '_ModuleTable009_;' '_ModuleTable010_="ZXJOYW1lIl09InBvc3QvOC4wLjQiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZu";' export '_ModuleTable010_;' '_ModuleTable011_="Il09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6PXtbImZuIl09";' export '_ModuleTable011_;' '_ModuleTable012_="Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy96LzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6LzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6LzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVm";' export '_ModuleTable012_;' '_ModuleTable013_="aWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmls";' export '_ModuleTable013_;' '_ModuleTable014_="ZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' ++ echo '' ++ echo Currently Loaded Modules: Currently Loaded Modules: -++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '7)' ip/3.0.2 '' '' '' '' '' '13)' g2tmpl/1.6.0 '' '' '' '19)' esmf/8.0.0 - 1) contrib 7) ip/3.0.2 13) g2tmpl/1.6.0 19) esmf/8.0.0 -++ echo '' '' '2)' sutils/default '' '' '' '' '8)' nemsio/2.2.4 '' '14)' crtm/2.2.6 '' '' '' '' '' '20)' cmake/3.9.0 - 2) sutils/default 8) nemsio/2.2.4 14) crtm/2.2.6 20) cmake/3.9.0 -++ echo '' '' '3)' intel/18.0.5.274 '' '' '9)' sp/2.0.3 '' '' '' '' '' '15)' jasper/1.900.1 '' '21)' fv3 - 3) intel/18.0.5.274 9) sp/2.0.3 15) jasper/1.900.1 21) fv3 -++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '10)' w3emc/2.3.1 '' '' '16)' png/1.2.44 - 4) impi/2018.0.4 10) w3emc/2.3.1 16) png/1.2.44 -++ echo '' '' '5)' netcdf/4.7.0 '' '' '' '' '' '11)' w3nco/2.0.7 '' '' '17)' z/1.2.11 - 5) netcdf/4.7.0 11) w3nco/2.0.7 17) z/1.2.11 -++ echo '' '' '6)' bacio/2.0.3 '' '' '' '' '' '' '12)' g2/3.1.1 '' '' '' '' '' '18)' post/8.0.1 - 6) bacio/2.0.3 12) g2/3.1.1 18) post/8.0.1 +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.4 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.4 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 ++ echo '' ++ echo '' '' ++ echo '' -++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles +++ MODULEPATH=/contrib/modulefiles:/scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel:/apps/lmod/lmod/modulefiles/Core:/apps/modules/modulefiles/Linux:/apps/modules/modulefiles:/opt/cray/modulefiles:/opt/cray/craype/default/modulefiles:/apps/modules/modulefamilies/intel:/apps/modules/modulefamilies/intel_impi:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles:/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs ++ export _ModuleTable001_ -++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy ++ export _ModuleTable002_ -++ _ModuleTable003_=Il09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMCIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjAiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsL2Z2MyIs +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTIwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByNDMvdWZz ++ export _ModuleTable003_ -++ _ModuleTable004_=WyJmdWxsTmFtZSJdPSJmdjMiLFsibG9hZE9yZGVyIl09MjEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MCxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZnYzIix9LGcyPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMi8zLjEuMSIsWyJmdWxsTmFtZSJdPSJnMi8zLjEuMSIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMi8zLjEuMSIsfSxnMnRtcGw9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cydG1wbC8xLjYuMCIsWyJmdWxsTmFtZSJdPSJnMnRtcGwvMS42 +++ _ModuleTable004_=LXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvaGVyYS5pbnRlbC9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVm ++ export _ModuleTable004_ -++ _ModuleTable005_=LjAiLFsibG9hZE9yZGVyIl09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzJ0bXBsLzEuNi4wIix9LGltcGk9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9pbXBpLzIwMTguMC40IixbImZ1bGxOYW1lIl09ImltcGkvMjAxOC4wLjQiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzIwMTguMC40Iix9LGludGVsPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvaW50ZWwvMTguMC41LjI3NCIsWyJmdWxsTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0IixbImxvYWRPcmRl +++ _ModuleTable005_=aWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9zY3JhdGNoMS9OQ0VQREVWL25lbXMvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJm ++ export _ModuleTable005_ -++ _ModuleTable006_=ciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW50ZWwvMTguMC41LjI3NCIsfSxpcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxqYXNwZXI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2phc3Blci8xLjkwMC4xIixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4xIixbImxvYWRPcmRl +++ _ModuleTable006_=biJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNo ++ export _ModuleTable006_ -++ _ModuleTable007_=ciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4xIix9LG5lbXNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmVtc2lvLzIuMi40IixbImZ1bGxOYW1lIl09Im5lbXNpby8yLjIuNCIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5lbXNpby8yLjIuNCIsfSxuZXRjZGY9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbC9uZXRjZGYvNC43LjAiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmLzQuNy4wIixbImxvYWRPcmRl +++ _ModuleTable007_=Mi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3Jh ++ export _ModuleTable007_ -++ _ModuleTable008_=ciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmLzQuNy4wIix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuMSIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC4xIixbImxvYWRPcmRlciJdPTE4 +++ _ModuleTable008_=dGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5h ++ export _ModuleTable008_ -++ _ModuleTable009_=LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBvc3QvOC4wLjEiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0 +++ _ModuleTable009_=bWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBuZz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG5nLzEuMi40NCIsWyJmdWxsTmFtZSJdPSJwbmcvMS4yLjQ0IixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBuZy8xLjIuNDQiLH0scG9zdD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvcG9zdC84LjAuNCIsWyJmdWxsTmFtZSJdPSJwb3N0LzguMC40IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVz ++ export _ModuleTable009_ -++ _ModuleTable010_=YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1 +++ _ModuleTable010_=ZXJOYW1lIl09InBvc3QvOC4wLjQiLH0sc3A9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3NwLzIuMC4zIixbImZ1bGxOYW1lIl09InNwLzIuMC4zIixbImxvYWRPcmRlciJdPTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3AvMi4wLjMiLH0sc3V0aWxzPXtbImZuIl09Ii9jb250cmliL21vZHVsZWZpbGVzL3N1dGlscy9kZWZhdWx0IixbImZ1bGxOYW1lIl09InN1dGlscy9kZWZhdWx0IixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ic3V0aWxzIix9LHczZW1jPXtbImZu ++ export _ModuleTable010_ -++ _ModuleTable011_=cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNuY28vMi4wLjciLH0sej17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvei8xLjIuMTEiLFsiZnVsbE5hbWUiXT0iei8xLjIuMTEiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iei8xLjIuMTEiLH0sfSxtcGF0aEE9eyIvY29udHJpYi9tb2R1bGVmaWxlcyIsIi9zY3JhdGNoMi9OQ0VQREVWL2Z2My1jYW0vRHVzYW4uSm92aWMvdWZzL3ByX25ldy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIv +++ _ModuleTable011_=Il09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT05LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6PXtbImZuIl09 ++ export _ModuleTable011_ -++ _ModuleTable012_=YXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmls +++ _ModuleTable012_=Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy96LzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6LzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6LzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9jb250cmliL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gyL05DRVBERVYvZnYzLWNhbS9EdXNhbi5Kb3ZpYy91ZnMvcHI0My91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVm ++ export _ModuleTable012_ -++ _ModuleTable013_=ZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmlsZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ _ModuleTable013_=aWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmFtaWxpZXMvaW50ZWwiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsX2ltcGkiLCIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvTkNFUERFVi9uZW1zL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvTGludXg6L2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlczovb3B0L2NyYXkvbW9kdWxlZmls ++ export _ModuleTable013_ -++ _ModuleTable_Sz_=13 +++ _ModuleTable014_=ZXM6L29wdC9jcmF5L2NyYXlwZS9kZWZhdWx0L21vZHVsZWZpbGVzIix9 +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 ++ export _ModuleTable_Sz_ ++ : -s sh + eval + cd build_fv3_4 -+ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model -DDEBUG=Y -D32BIT=Y ++ cmake /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model -DDEBUG=Y -D32BIT=Y -- The C compiler identification is Intel 18.0.5.20180823 -- The CXX compiler identification is Intel 18.0.5.20180823 -- The Fortran compiler identification is Intel 18.0.5.20180823 @@ -3862,13 +4165,13 @@ Currently Loaded Modules: -- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so -ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib/esmf.mk +ESMFMKFILE: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk Found ESMF: ESMF_VERSION_MAJOR: 8 -ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include -ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/lib +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf --- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.6.1/include;/apps/netcdf/4.6.1/intel/16.1.150/include (found version "8.0.0") +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") Setting configuration for hera.intel @@ -3891,75 +4194,74 @@ Force 64 bits in ipd Force 64 bits in stochastic_physics -- Configuring done -- Generating done --- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/tests/build_fv3_4 +-- Build files have been written to: /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/tests/build_fv3_4 + make -j 8 Scanning dependencies of target fv3cpl [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o [ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o -Scanning dependencies of target fms -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o Scanning dependencies of target gfsphysics -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +Scanning dependencies of target fms +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 5%] Linking Fortran static library libfv3cpl.a -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Built target fv3cpl -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 6%] Linking Fortran static library libfv3cpl.a +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 6%] Built target fv3cpl +[ 7%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o [ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o -[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o [ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o -[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o [ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o -[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o [ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o mpp_comm_mpi.inc(1386): #warning: macro redefined: MPP_TYPE_ mpp_comm_mpi.inc(1387): #warning: macro redefined: MPI_TYPE_ mpp_comm_mpi.inc(1390): #warning: macro redefined: MPP_TYPE_CREATE_ @@ -3977,187 +4279,188 @@ mpp_comm_mpi.inc(1407): #warning: macro redefined: MPI_TYPE_ mpp_comm_mpi.inc(1410): #warning: macro redefined: MPP_TYPE_CREATE_ mpp_comm_mpi.inc(1411): #warning: macro redefined: MPP_TYPE_ mpp_comm_mpi.inc(1412): #warning: macro redefined: MPI_TYPE_ -[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o -[ 25%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o -[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o [ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o [ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o [ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o [ 29%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o [ 29%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 29%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o [ 29%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o [ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o [ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o [ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o [ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o [ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o [ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o [ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o [ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o [ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o [ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o [ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o [ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o [ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 51%] Linking Fortran static library libgfsphysics.a +[ 51%] Built target gfsphysics +Scanning dependencies of target ipd +[ 51%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 51%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 51%] Linking Fortran static library libipd.a +[ 51%] Built target ipd Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 52%] Linking Fortran static library libgfsphysics.a -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 53%] Built target gfsphysics -Scanning dependencies of target ipd -[ 53%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 53%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 53%] Linking Fortran static library libipd.a -[ 53%] Built target ipd Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o [ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o [ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o [ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o [ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o [ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o -[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -4166,167 +4469,168 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 69%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 67%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 67%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 70%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 70%] Linking Fortran static library FMS/libfms.a -[ 70%] Built target fms +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms Scanning dependencies of target io +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o Scanning dependencies of target fv3core -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 73%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o [ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o [ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o [ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o -[ 77%] Linking Fortran static library libio.a -[ 77%] Built target io Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o -[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 78%] Linking Fortran static library libio.a +[ 78%] Built target io +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o [ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing @@ -4336,19 +4640,19 @@ Using cray pointers. [ 85%] Linking Fortran static library libfv3core.a [ 85%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/glats_stochy.f.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o -[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o [ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o -[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_lats_node_a_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_lag_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 88%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o [ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o [ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o @@ -4362,7 +4666,7 @@ Scanning dependencies of target stochastic_physics [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o [ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o -[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o [ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o [ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o @@ -4371,19 +4675,19 @@ Scanning dependencies of target stochastic_physics Scanning dependencies of target fv3cap [ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o [ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o -[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o [ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o [ 97%] Linking Fortran static library libfv3cap.a [ 97%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_methods.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o -[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o [ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_Rusage.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_UTILS.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o [ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_GRID_COMP.F90.o [ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_GRID_COMP.F90.o @@ -4394,10 +4698,10 @@ Scanning dependencies of target NEMS.exe jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe + mv NEMS.exe ../fv3_4.exe -+ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr_new/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_4 ++ cp /scratch2/NCEPDEV/fv3-cam/Dusan.Jovic/ufs/pr43/ufs-weather-model/modulefiles/hera.intel/fv3 ../modules.fv3_4 + cd .. + '[' YES = YES ']' + rm -rf build_fv3_4 -+ elapsed=244 -+ echo 'Elapsed time 244 seconds. Compiling 32BIT=Y DEBUG=Y finished' -Elapsed time 244 seconds. Compiling 32BIT=Y DEBUG=Y finished ++ elapsed=209 ++ echo 'Elapsed time 209 seconds. Compiling 32BIT=Y DEBUG=Y finished' +Elapsed time 209 seconds. Compiling 32BIT=Y DEBUG=Y finished diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index ecd338893c..a0f5ef322a 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,9 +1,9 @@ -Thu Jan 23 18:33:11 UTC 2020 +Mon Feb 3 19:23:38 UTC 2020 Start Regression test -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_control Checking test 001 fv3_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -70,8 +70,8 @@ Checking test 001 fv3_control results .... Test 001 fv3_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_decomp Checking test 002 fv3_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -138,8 +138,8 @@ Checking test 002 fv3_decomp results .... Test 002 fv3_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_2threads Checking test 003 fv3_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -206,8 +206,8 @@ Checking test 003 fv3_2threads results .... Test 003 fv3_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_restart -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_restart +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_restart Checking test 004 fv3_restart results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -274,8 +274,8 @@ Checking test 004 fv3_restart results .... Test 004 fv3_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_read_inc -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_read_inc +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_read_inc +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_read_inc Checking test 005 fv3_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -342,8 +342,8 @@ Checking test 005 fv3_read_inc results .... Test 005 fv3_read_inc PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_gfdlmp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_gfdlmp +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_gfdlmp Checking test 006 fv3_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -390,8 +390,8 @@ Checking test 006 fv3_gfdlmp results .... Test 006 fv3_gfdlmp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad_gwd -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_gfdlmprad_gwd +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_gfdlmprad_gwd +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_gfdlmprad_gwd Checking test 007 fv3_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -438,8 +438,8 @@ Checking test 007 fv3_gfdlmprad_gwd results .... Test 007 fv3_gfdlmprad_gwd PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad_noahmp -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_gfdlmprad_noahmp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_gfdlmprad_noahmp +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_gfdlmprad_noahmp Checking test 008 fv3_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -486,8 +486,8 @@ Checking test 008 fv3_gfdlmprad_noahmp results .... Test 008 fv3_gfdlmprad_noahmp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_thompson -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_thompson +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_thompson +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_thompson Checking test 009 fv3_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -554,8 +554,8 @@ Checking test 009 fv3_thompson results .... Test 009 fv3_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wsm6 -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_wsm6 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_wsm6 +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_wsm6 Checking test 010 fv3_wsm6 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -622,8 +622,8 @@ Checking test 010 fv3_wsm6 results .... Test 010 fv3_wsm6 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_netcdf_esmf -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_wrtGauss_netcdf_esmf +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_wrtGauss_netcdf_esmf +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_wrtGauss_netcdf_esmf Checking test 011 fv3_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -670,8 +670,8 @@ Checking test 011 fv3_wrtGauss_netcdf_esmf results .... Test 011 fv3_wrtGauss_netcdf_esmf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_netcdf -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_wrtGauss_netcdf +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_wrtGauss_netcdf +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_wrtGauss_netcdf Checking test 012 fv3_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -718,8 +718,8 @@ Checking test 012 fv3_wrtGauss_netcdf results .... Test 012 fv3_wrtGauss_netcdf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_nemsio -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_wrtGauss_nemsio +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_wrtGauss_nemsio +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_wrtGauss_nemsio Checking test 013 fv3_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -766,8 +766,8 @@ Checking test 013 fv3_wrtGauss_nemsio results .... Test 013 fv3_wrtGauss_nemsio PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_nemsio_c192 -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_wrtGauss_nemsio_c192 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_wrtGauss_nemsio_c192 +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_wrtGauss_nemsio_c192 Checking test 014 fv3_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -814,8 +814,8 @@ Checking test 014 fv3_wrtGauss_nemsio_c192 results .... Test 014 fv3_wrtGauss_nemsio_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stochy -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_stochy +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_stochy +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_stochy Checking test 015 fv3_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -882,8 +882,8 @@ Checking test 015 fv3_stochy results .... Test 015 fv3_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_iau -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_iau +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_iau +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_iau Checking test 016 fv3_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -950,8 +950,8 @@ Checking test 016 fv3_iau results .... Test 016 fv3_iau PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_csawmgshoc -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_csawmgshoc +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_csawmgshoc +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_csawmgshoc Checking test 017 fv3_csawmgshoc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -998,8 +998,8 @@ Checking test 017 fv3_csawmgshoc results .... Test 017 fv3_csawmgshoc PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_csawmg -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_csawmg +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_csawmg +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_csawmg Checking test 018 fv3_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1046,8 +1046,8 @@ Checking test 018 fv3_csawmg results .... Test 018 fv3_csawmg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_rasmgshoc -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_rasmgshoc +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_rasmgshoc +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_rasmgshoc Checking test 019 fv3_rasmgshoc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1094,8 +1094,8 @@ Checking test 019 fv3_rasmgshoc results .... Test 019 fv3_rasmgshoc PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_csawmg3shoc127 -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_csawmg3shoc127 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_csawmg3shoc127 +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_csawmg3shoc127 Checking test 020 fv3_csawmg3shoc127 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1142,8 +1142,8 @@ Checking test 020 fv3_csawmg3shoc127 results .... Test 020 fv3_csawmg3shoc127 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_satmedmf -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_satmedmf +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_satmedmf +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_satmedmf Checking test 021 fv3_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1190,8 +1190,8 @@ Checking test 021 fv3_satmedmf results .... Test 021 fv3_satmedmf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_lheatstrg -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_lheatstrg +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_lheatstrg +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_lheatstrg Checking test 022 fv3_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1238,8 +1238,8 @@ Checking test 022 fv3_lheatstrg results .... Test 022 fv3_lheatstrg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_gfdlmprad +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_gfdlmprad +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_gfdlmprad Checking test 023 fv3_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1287,8 +1287,8 @@ Checking test 023 fv3_gfdlmprad results .... Test 023 fv3_gfdlmprad PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_wrtGauss_nemsio_c768 -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_wrtGauss_nemsio_c768 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_wrtGauss_nemsio_c768 +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_wrtGauss_nemsio_c768 Checking test 024 fv3_wrtGauss_nemsio_c768 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1336,8 +1336,8 @@ Checking test 024 fv3_wrtGauss_nemsio_c768 results .... Test 024 fv3_wrtGauss_nemsio_c768 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_appbuild +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_appbuild Checking test 025 fv3_appbuild results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1404,8 +1404,8 @@ Checking test 025 fv3_appbuild results .... Test 025 fv3_appbuild PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control_32bit -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_control_32bit +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_control_32bit +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_control_32bit Checking test 026 fv3_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1472,8 +1472,8 @@ Checking test 026 fv3_control_32bit results .... Test 026 fv3_control_32bit PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_gfdlmprad_32bit_post -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_gfdlmprad_32bit_post +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_gfdlmprad_32bit_post +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_gfdlmprad_32bit_post Checking test 027 fv3_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1524,8 +1524,8 @@ Checking test 027 fv3_gfdlmprad_32bit_post results .... Test 027 fv3_gfdlmprad_32bit_post PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_stretched +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_stretched +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_stretched Checking test 028 fv3_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1580,8 +1580,8 @@ Checking test 028 fv3_stretched results .... Test 028 fv3_stretched PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched_nest -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_stretched_nest +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_stretched_nest +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_stretched_nest Checking test 029 fv3_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1647,8 +1647,8 @@ Checking test 029 fv3_stretched_nest results .... Test 029 fv3_stretched_nest PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched_nest_quilt -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_stretched_nest_quilt +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_stretched_nest_quilt +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_stretched_nest_quilt Checking test 030 fv3_stretched_nest_quilt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1712,8 +1712,8 @@ Checking test 030 fv3_stretched_nest_quilt results .... Test 030 fv3_stretched_nest_quilt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_regional_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_regional_control Checking test 031 fv3_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1721,8 +1721,8 @@ Checking test 031 fv3_regional_control results .... Test 031 fv3_regional_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_restart -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_regional_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_regional_restart +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_regional_restart Checking test 032 fv3_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1730,8 +1730,8 @@ Checking test 032 fv3_regional_restart results .... Test 032 fv3_regional_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_quilt -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_regional_quilt +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_regional_quilt +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_regional_quilt Checking test 033 fv3_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1741,8 +1741,8 @@ Checking test 033 fv3_regional_quilt results .... Test 033 fv3_regional_quilt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_regional_c768 -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_regional_c768 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_regional_c768 +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_regional_c768 Checking test 034 fv3_regional_c768 results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1750,18 +1750,18 @@ Checking test 034 fv3_regional_c768 results .... Test 034 fv3_regional_c768 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_control -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_control_debug Checking test 035 fv3_control_debug results .... Test 035 fv3_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200115/fv3_stretched_nest -working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_102623/fv3_stretched_nest_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200202/fv3_stretched_nest +working dir = /scratch1/NCEPDEV/stmp2/Dusan.Jovic/FV3_RT/rt_100776/fv3_stretched_nest_debug Checking test 036 fv3_stretched_nest_debug results .... Test 036 fv3_stretched_nest_debug PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 23 19:12:59 UTC 2020 -Elapsed time: 00h:39m:53s. Have a nice day! +Mon Feb 3 20:29:52 UTC 2020 +Elapsed time: 01h:06m:15s. Have a nice day! From cfdbcab6eba18ca1f3091289b1044d41635729a9 Mon Sep 17 00:00:00 2001 From: wx20wa Date: Tue, 4 Feb 2020 18:57:37 +0000 Subject: [PATCH 11/11] update FV3 to point to NOAA-EMC develop branch --- .gitmodules | 4 ++-- FV3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index e9adf4406f..dade981c8e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = https://github.com/junwang-noaa/fv3atm - branch = netcdf_parallel + url = https://github.com/NOAA-EMC/fv3atm + branch = develop [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 715f1aeb9d..b7a44c5de9 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 715f1aeb9de2a8ecce53135138c37c8f58cc4e73 +Subproject commit b7a44c5de96da3ae036af0a5695769c1380df55f